diff options
author | Nishanth Menon <nm@ti.com> | 2023-11-13 08:51:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-22 13:46:33 -0500 |
commit | cff2a172efa11cbc82c0c9f5a76527e90282756e (patch) | |
tree | 4cc6b943ba6e71cbb24306e9c736be5a729a7068 | |
parent | 24a0806ee7c4c4caa6ee33d5b7b2db5813255361 (diff) | |
download | u-boot-cff2a172efa11cbc82c0c9f5a76527e90282756e.zip u-boot-cff2a172efa11cbc82c0c9f5a76527e90282756e.tar.gz u-boot-cff2a172efa11cbc82c0c9f5a76527e90282756e.tar.bz2 |
configs: am62ax_evm_a53_defconfig: switch to stdboot
Switch over to stdboot
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | configs/am62ax_evm_a53_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index c94708a..3808358 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -21,8 +21,9 @@ CONFIG_SPL_LIBDISK_SUPPORT=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 -CONFIG_DISTRO_DEFAULTS=y -CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;" +CONFIG_BOOTSTD_FULL=y +CONFIG_BOOTSTD_DEFAULTS=y +CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb" CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_PAD_TO=0x0 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |