diff options
author | Simon Glass <sjg@chromium.org> | 2022-04-24 23:31:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-25 10:00:04 -0400 |
commit | 5d053cca387dc92040569278b76d65391c91c249 (patch) | |
tree | 7b7ad6e384b9a8b749715792e440eabda4bc0f73 /configs | |
parent | a8f5be178db53f41338730e001b0f2ab459f7e31 (diff) | |
download | u-boot-5d053cca387dc92040569278b76d65391c91c249.tar.gz u-boot-5d053cca387dc92040569278b76d65391c91c249.tar.bz2 u-boot-5d053cca387dc92040569278b76d65391c91c249.zip |
bootstd: Add a bootdev command
Add a 'bootdev' command to handle listing and selection of bootdevs.
Disable standard boot for a few boards which otherwise run out of space.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rcar3_salvator-x_defconfig | 1 | ||||
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig index f333291aa4..6ef62ab4cb 100644 --- a/configs/rcar3_salvator-x_defconfig +++ b/configs/rcar3_salvator-x_defconfig @@ -14,6 +14,7 @@ CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_LTO=y CONFIG_REMAKE_ELF=y CONFIG_FIT=y +# CONFIG_BOOTSTD is not set CONFIG_SUPPORT_RAW_INITRD=y CONFIG_SYS_MONITOR_BASE=0x00000000 CONFIG_USE_BOOTARGS=y diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 60a816059a..9f7642f25c 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -17,6 +17,7 @@ CONFIG_SYS_MEMTEST_END=0x2f400000 CONFIG_LTO=y CONFIG_HAS_BOARD_SIZE_LIMIT=y CONFIG_BOARD_SIZE_LIMIT=392192 +# CONFIG_BOOTSTD is not set CONFIG_SUPPORT_RAW_INITRD=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTCOMMAND=y |