diff options
Diffstat (limited to 'configs/p200_defconfig')
-rw-r--r-- | configs/p200_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/p200_defconfig b/configs/p200_defconfig index 20f10f5942..28fb636378 100644 --- a/configs/p200_defconfig +++ b/configs/p200_defconfig @@ -1,9 +1,9 @@ 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_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xc81004c0 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" p200" |