From f4d82db64258c50b6e44411ffdf0b87770bc1aff Mon Sep 17 00:00:00 2001 From: Jayesh Choudhary Date: Tue, 14 Jun 2022 14:33:58 +0530 Subject: [PATCH] configs: Fix the boot command for HS platform Fix the boot command to use fitImage. Fixes: 76952048bb80 ('configs: Add configs for j721s2 High Security EVM') Signed-off-by: Jayesh Choudhary Acked-by: Andrew Davis --- configs/j721s2_hs_evm_a72_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/j721s2_hs_evm_a72_defconfig b/configs/j721s2_hs_evm_a72_defconfig index 5580c6edd8..e7ce1b6f29 100644 --- a/configs/j721s2_hs_evm_a72_defconfig +++ b/configs/j721s2_hs_evm_a72_defconfig @@ -34,7 +34,7 @@ CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 # CONFIG_USE_SPL_FIT_GENERATOR is not set CONFIG_OF_BOARD_SETUP=y -CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern" +CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_fit_${boot}; run get_overlaystring; run run_fit" CONFIG_LOGLEVEL=7 CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y