diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-02 13:58:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-02 13:58:20 -0400 |
commit | ec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (patch) | |
tree | 5ede97c38925e93153c486a6e76ea41a72b83f60 /configs/ge_bx50v3_defconfig | |
parent | ac897385bbfa30cfdfb62ccf24acfcd4b274b2ff (diff) | |
download | u-boot-ec6f06bddc7f5a5f5d122a56707a10fc4e501b97.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 2ef560ccaa4..61f338f3769 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -15,8 +15,8 @@ CONFIG_PCI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y -CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTDELAY=1 +CONFIG_OF_BOARD_SETUP=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run doquiet; run tryboot" CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y |