include: configs: soc64: Use CONFIG_SPL_ATF to differentiate bootfile
authorTingting Meng <tingting.meng@altera.com>
Mon, 4 Aug 2025 01:24:53 +0000 (18:24 -0700)
committerTien Fong Chee <tien.fong.chee@intel.com>
Fri, 8 Aug 2025 14:20:53 +0000 (22:20 +0800)
commitda595d236b97672819678e38465b3b1104ade247
treead141fb373588ad1b3b7785e171edc78326e988e
parentf64130138aa743e1508f275c56593b85168b53a2
include: configs: soc64: Use CONFIG_SPL_ATF to differentiate bootfile

ATF boot flow (SPL->ATF->U-Boot Proper->OS) boot to OS via kernel.itb file
using bootm command.

Change to use CONFIG_SPL_ATF to differentiate the bootfile of default
environment variable. We shouldn't use CONFIG_FIT because it is enabled
by default for U-Boot Proper.

Signed-off-by: Tingting Meng <tingting.meng@altera.com>
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/Kconfig