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/brsmarc1_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/brsmarc1_defconfig')
-rw-r--r-- | configs/brsmarc1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index 94943fccf1a..8154039431f 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -25,8 +25,8 @@ CONFIG_SPL_SPI=y CONFIG_SYS_LOAD_ADDR=0x80000000 # CONFIG_EXPERT is not set # CONFIG_FIT is not set -CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTDELAY=0 +CONFIG_OF_BOARD_SETUP=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run b_default" CONFIG_SYS_CONSOLE_IS_IN_ENV=y |