diff options
Diffstat (limited to 'configs/p201_defconfig')
-rw-r--r-- | configs/p201_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/p201_defconfig b/configs/p201_defconfig index 6e0b2ec49c..68c1c10e8c 100644 --- a/configs/p201_defconfig +++ b/configs/p201_defconfig @@ -1,15 +1,15 @@ CONFIG_ARM=y +CONFIG_SYS_BOARD="p201" 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=" p201" 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 +38,3 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_MESON_SERIAL=y CONFIG_OF_LIBFDT_OVERLAY=y -CONFIG_SYS_BOARD="p201" |