diff options
Diffstat (limited to 'configs/u200_defconfig')
-rw-r--r-- | configs/u200_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/u200_defconfig b/configs/u200_defconfig index de054d3c76..f46af2accd 100644 --- a/configs/u200_defconfig +++ b/configs/u200_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_G12A=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xff803000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" u200" |