diff options
Diffstat (limited to 'configs/p200_defconfig')
-rw-r--r-- | configs/p200_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/p200_defconfig b/configs/p200_defconfig index 12f3415193..de99296556 100644 --- a/configs/p200_defconfig +++ b/configs/p200_defconfig @@ -1,15 +1,14 @@ CONFIG_ARM=y CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 +CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xc81004c0 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" p200" CONFIG_DEBUG_UART=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_OF_BOARD_SETUP=y CONFIG_MISC_INIT_R=y # CONFIG_DISPLAY_CPUINFO is not set -CONFIG_DISPLAY_BOARDINFO=y # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set CONFIG_CMD_GPIO=y @@ -38,4 +37,3 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_MESON_SERIAL=y CONFIG_OF_LIBFDT_OVERLAY=y -CONFIG_SYS_BOARD="p200" |