]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Remove CONFIG_SPL_START_S_PATH and rework the logic behind it
authorTom Rini <trini@konsulko.com>
Sat, 28 May 2022 16:40:40 +0000 (12:40 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:29 +0000 (12:09 -0400)
commitdc22afb975fc4e4d99f1f8b47318c66867cec42c
tree600dbfe17ba6db682fc97429f59b74fc7f5870a4
parentc8836dbb01f2f891c407b3f9e2d3238267c0452e
spl: Remove CONFIG_SPL_START_S_PATH and rework the logic behind it

In some cases, when we don't use CONFIG_SPL_FRAMEWORK nor are we on
PowerPC using their specific SPL/TPL framework, we need to specify the
start.S file to use for these typically very constrained systems.  Do
this within the Makefile logic, rather than introducing a string-based
CONFIG option, as this would get slightly complex to do in Kconfig for a
very limited number of users.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Makefile
arch/mips/Makefile
include/configs/ci20.h
include/configs/mxs.h