diff options
Diffstat (limited to 'configs/s400_defconfig')
-rw-r--r-- | configs/s400_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/s400_defconfig b/configs/s400_defconfig index d45a3c873e..3c9509411b 100644 --- a/configs/s400_defconfig +++ b/configs/s400_defconfig @@ -1,10 +1,10 @@ CONFIG_ARM=y CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 +CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 CONFIG_DM_GPIO=y CONFIG_MESON_AXG=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xff803000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" s400" |