mirror of
https://xff.cz/git/u-boot/
synced 2025-12-26 07:19:12 +01:00
When building a non-SPL image, relocation is needed. This patch restores the old behaviour before commitb35316fb67("Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig") was only defined if CONFIG_SPL_BUILD was defined. Fixes:b35316fb67("Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig") Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>