From 9104b560f68e70d84158d581feeddd6a067ef8d2 Mon Sep 17 00:00:00 2001 From: Vignesh Raghavendra Date: Thu, 1 Jun 2023 15:36:39 +0530 Subject: [PATCH] configs: am62ax_evm_a53_defconfig: Make distroboot as fallback Try regular Image boot from boot media and use distroboot as fallback. This maintains compatibility with regular SDK flow while providing option to use distroboot Signed-off-by: Vignesh Raghavendra --- configs/am62ax_evm_a53_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index 9f7219557d..ed9f866904 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -23,6 +23,7 @@ CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_DISTRO_DEFAULTS=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; setenv fdtfile ti/${name_fdt}; run distro_bootcmd" CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_PAD_TO=0x0 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y