summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorNeha Malcom Francis <[email protected]>2024-05-10 10:20:21 +0530
committerTom Rini <[email protected]>2024-05-16 15:00:38 -0600
commit237d60459e86ebe82b3714cded3a58eb71ddecd0 (patch)
tree195e4523fcfbb773276a96657f9bfa40b75703aa /configs
parenta70bb482ef314ccd9b5c3319995c2dd4eae460f9 (diff)
configs: j721s2_evm_a72_defconfig: Switch to bootstd
Switch to using bootstd. Note that with this change, we will stop using distro_bootcmd and instead depend entirely on bootflow method of starting the system up. Also config_distro_bootcmd.h header file that is no longer needed in j721s2_evm.h. Signed-off-by: Neha Malcom Francis <[email protected]> Signed-off-by: Manorit Chawdhry <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/j721s2_evm_a72_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/j721s2_evm_a72_defconfig b/configs/j721s2_evm_a72_defconfig
index 19cd44b068c..8b02d07a9f0 100644
--- a/configs/j721s2_evm_a72_defconfig
+++ b/configs/j721s2_evm_a72_defconfig
@@ -33,9 +33,10 @@ CONFIG_SPL_SPI=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_OF_SYSTEM_SETUP=y
-CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;"
+CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTSTD_DEFAULTS=y
+CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb"
CONFIG_LOGLEVEL=7
CONFIG_SPL_MAX_SIZE=0xc0000
CONFIG_SPL_BOARD_INIT=y