configs: Fix the boot command for HS platform

Fix the boot command to use fitImage.

Fixes: 76952048bb ('configs: Add configs for j721s2 High Security EVM')
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
This commit is contained in:
Jayesh Choudhary 2022-06-14 14:33:58 +05:30 committed by Anand Gadiyar
parent 856d4ebb68
commit f4d82db642
1 changed files with 1 additions and 1 deletions

View File

@ -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