diff options
author | Tom Rini | 2024-01-03 09:26:16 -0500 |
---|---|---|
committer | Tom Rini | 2024-01-03 09:26:16 -0500 |
commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/brsmarc1_defconfig | |
parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (diff) |
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index 3c3f6d55d50..0b433319813 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -25,10 +25,13 @@ CONFIG_SPL_SPI=y CONFIG_SYS_LOAD_ADDR=0x80000000 # CONFIG_EXPERT is not set # CONFIG_FIT is not set +CONFIG_SYS_BOOTM_LEN=0x2000000 CONFIG_BOOTDELAY=0 CONFIG_OF_BOARD_SETUP=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run b_default" +CONFIG_SYS_CBSIZE=512 +CONFIG_SYS_PBSIZE=532 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SYS_CONSOLE_INFO_QUIET=y @@ -50,14 +53,11 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_MAXARGS=64 -CONFIG_SYS_CBSIZE=512 -CONFIG_SYS_PBSIZE=532 # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTZ=y # CONFIG_BOOTM_NETBSD is not set # CONFIG_BOOTM_PLAN9 is not set # CONFIG_BOOTM_RTEMS is not set -CONFIG_SYS_BOOTM_LEN=0x2000000 # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set # CONFIG_CMD_EDITENV is not set |