diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
commit | 8bbbd6337361cadad96b163bde4ae675752b7778 (patch) | |
tree | 82e207c8b1a509d069177fb4489b1dfcba467b15 /configs/T2080RDB_defconfig | |
parent | 8f527342db4160a1f030de6fe4a1591787cce65a (diff) | |
parent | 4151f4f822bb075c05e3407d184dfd018723724d (diff) | |
download | u-boot-8bbbd6337361cadad96b163bde4ae675752b7778.tar.gz |
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
- Bring in a number of series of patches that migrate all remaining
CONFIG_SPL symbols to Kconfig, remove some dead code that this
uncovered and then start to tighten the dependencies in Kconfig now
that everything is migrated and these relationships can be clearly
expressed.
Diffstat (limited to 'configs/T2080RDB_defconfig')
-rw-r--r-- | configs/T2080RDB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig index 3d3dc7c8a43..66d043309b3 100644 --- a/configs/T2080RDB_defconfig +++ b/configs/T2080RDB_defconfig @@ -24,6 +24,7 @@ CONFIG_BOOTCOMMAND="setenv bootargs root=/dev/ram rw console=$consoledev,$baudra CONFIG_ARCH_MISC_INIT=y CONFIG_BOARD_EARLY_INIT_R=y CONFIG_HUSH_PARSER=y +CONFIG_SYS_PBSIZE=276 CONFIG_CMD_IMLS=y CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2 CONFIG_CMD_MEMTEST=y |