]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: j721s2_evm_a72_defconfig: Switch to bootstd
authorNeha Malcom Francis <n-francis@ti.com>
Fri, 10 May 2024 04:50:21 +0000 (10:20 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 16 May 2024 21:00:38 +0000 (15:00 -0600)
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 <n-francis@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
configs/j721s2_evm_a72_defconfig
include/configs/j721s2_evm.h

index 19cd44b068c07753d4bfa1194de9c86e7ae2ada5..8b02d07a9f09a4638a8a28f07acfd39f84b85b5b 100644 (file)
@@ -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
index 846cfa7531cc59233edbe7cdd948de9185549363..6186ec32b1d8cd9afeeefe0b6ac600b11a7207dc 100644 (file)
@@ -10,7 +10,6 @@
 #define __CONFIG_J721S2_EVM_H
 
 #include <linux/sizes.h>
-#include <config_distro_bootcmd.h>
 
 /* SPL Loader Configuration */
 #if defined(CONFIG_TARGET_J721S2_A72_EVM)