]> git.dujemihanovic.xyz Git - u-boot.git/commit
mpc85xx: relocate code in non-SPL build
authorMartin Fäcknitz <faecknitz@hotsplots.de>
Thu, 19 Oct 2023 23:06:55 +0000 (01:06 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Oct 2023 13:17:55 +0000 (09:17 -0400)
commite9bf0ce6c1e987e7af859e94e5e6ce44dfb4ede0
tree7bdd026ad523e31f5eca1c9be53a025f547915f6
parent9727e3ab7aff88cb0c8115eb3231af7e25317d01
mpc85xx: relocate code in non-SPL build

When building a non-SPL image, relocation is needed. This patch restores
the old behaviour before commit b35316fb67cb ("Convert
CONFIG_SPL_INIT_MINIMAL et al to Kconfig") was only defined if
CONFIG_SPL_BUILD was defined.

Fixes: b35316fb67cb ("Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig")
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
arch/powerpc/cpu/mpc85xx/start.S