diff options
author | Tom Rini <trini@konsulko.com> | 2019-04-29 15:54:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-29 21:41:40 -0400 |
commit | d168bcb6fe39108042c0c771f0823a95346a8e7e (patch) | |
tree | 040ed446b489b31e90e2bfc33f6dfbafe746b31b /configs/nyan-big_defconfig | |
parent | 6aebc0d11a10f48a54146c5e71bbef15a1a458fc (diff) | |
download | u-boot-d168bcb6fe39108042c0c771f0823a95346a8e7e.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/nyan-big_defconfig')
-rw-r--r-- | configs/nyan-big_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index ff574975cd..ba445a2804 100644 --- a/configs/nyan-big_defconfig +++ b/configs/nyan-big_defconfig @@ -1,12 +1,12 @@ CONFIG_ARM=y CONFIG_TEGRA=y CONFIG_SYS_TEXT_BASE=0x81000100 +CONFIG_NR_DRAM_BANKS=2 CONFIG_DEBUG_UART_BASE=0x70006000 CONFIG_DEBUG_UART_CLOCK=408000000 CONFIG_TEGRA124=y CONFIG_TARGET_NYAN_BIG=y CONFIG_DEBUG_UART=y -CONFIG_NR_DRAM_BANKS=2 CONFIG_FIT=y CONFIG_FIT_BEST_MATCH=y CONFIG_OF_SYSTEM_SETUP=y |