arm: socfpga: Correct how we set BOOTFILE
authorTom Rini <trini@konsulko.com>
Mon, 11 Aug 2025 17:58:25 +0000 (11:58 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Aug 2025 17:58:25 +0000 (11:58 -0600)
commit6d3382fad32baa0c09d43b526c99ea75838b3ca8
treec490023305a1557a0ab86a81d016c47e2383ebe3
parent83ce0b483c1680cb39565a9d91c6ef113a309c38
arm: socfpga: Correct how we set BOOTFILE

In order to set the BOOTFILE symbol we first need to have USE_BOOTFILE
be set, or some of the logic might not work as expected later on when
building. Second, defaults like this belong with the symbol itself.

Fixes: da595d236b97 ("include: configs: soc64: Use CONFIG_SPL_ATF to differentiate bootfile")
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
env/Kconfig