diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-09 11:57:47 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-26 14:40:51 +0100 |
commit | 302987b6c56dba7e694b0ac8233e2b0c2aa107e6 (patch) | |
tree | 61c7085c55d4586b7d70124af87acd4995147e05 /configs/khadas-vim2_defconfig | |
parent | 8bbfb40e572ddb8a11482ca513131e21a75e99de (diff) | |
download | u-boot-302987b6c56dba7e694b0ac8233e2b0c2aa107e6.tar.gz |
board: amlogic: move khadas-vim2 as q200 ref board
The Khadas vim2 derive from amlogic s912 reference design (Q200).
This patch moves the khadas-vim2 board support to a generic Q200 board,
while keeping a dedicated defconfig to customize the names and device tree.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/khadas-vim2_defconfig')
-rw-r--r-- | configs/khadas-vim2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig index 4bbccc2f34..49b8104960 100644 --- a/configs/khadas-vim2_defconfig +++ b/configs/khadas-vim2_defconfig @@ -2,7 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 CONFIG_MESON_GXM=y -CONFIG_TARGET_KHADAS_VIM2=y +CONFIG_TARGET_Q200=y CONFIG_DEBUG_UART_BASE=0xc81004c0 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" khadas-vim2" |