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/turris_mox_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/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 5b168df09d..d26cb3cfe0 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -3,11 +3,11 @@ CONFIG_ARCH_MVEBU=y CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_TURRIS_MOX=y +CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xd0012000 CONFIG_DEBUG_UART_CLOCK=25804800 CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_NR_DRAM_BANKS=1 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_MISC_INIT_R=y @@ -78,7 +78,6 @@ CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_MCS7830=y CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y -CONFIG_WATCHDOG=y CONFIG_WDT=y CONFIG_WDT_ARMADA_37XX=y CONFIG_SHA1=y |