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>
not be present on all ARMv8.0, but is always present on ARMv8.1 and
newer.
+config BOOTFILE
+ default kernel.itb if SPL_ATF && TARGET_SOCFPGA_SOC64
+
config COUNTER_FREQUENCY
int "Timer clock frequency"
depends on ARM64 || CPU_V7A