diff options
author | Nishanth Menon | 2023-11-04 02:21:49 -0500 |
---|---|---|
committer | Tom Rini | 2023-11-22 12:04:14 -0500 |
commit | 868b6c7e4295d689811afa5414466d38695d21e0 (patch) | |
tree | 20e6054d6615ecaa67a48fd0e61f57a29bdb9b0d /configs/j7200_evm_a72_defconfig | |
parent | 53ffd00780d2ede4674138039e04c0cc4be1197c (diff) |
configs: j7200_evm_a72_defconfig: Switch to bootstd
Switch to using bootstd. Note with this change, we will stop using
distro_bootcmd and instead depend entirely on bootflow method of
starting the system up.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'configs/j7200_evm_a72_defconfig')
-rw-r--r-- | configs/j7200_evm_a72_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig index 2179aa424ea..c0f31f53ae3 100644 --- a/configs/j7200_evm_a72_defconfig +++ b/configs/j7200_evm_a72_defconfig @@ -29,10 +29,11 @@ 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_BOARD_SETUP=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_HAS_BSS_LINKER_SECTION=y |