mirror of
https://xff.cz/git/u-boot/
synced 2025-10-14 14:31:45 +02: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>