board: amlogic: move khadas-vim2 as q200 ref board
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 9 Nov 2018 10:57:47 +0000 (11:57 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:51 +0000 (14:40 +0100)
commit302987b6c56dba7e694b0ac8233e2b0c2aa107e6
tree61c7085c55d4586b7d70124af87acd4995147e05
parent8bbfb40e572ddb8a11482ca513131e21a75e99de
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>
15 files changed:
arch/arm/mach-meson/Kconfig
board/amlogic/khadas-vim2/Kconfig [deleted file]
board/amlogic/khadas-vim2/MAINTAINERS [deleted file]
board/amlogic/khadas-vim2/Makefile [deleted file]
board/amlogic/khadas-vim2/README [deleted file]
board/amlogic/khadas-vim2/khadas-vim2.c [deleted file]
board/amlogic/q200/Kconfig [new file with mode: 0644]
board/amlogic/q200/MAINTAINERS [new file with mode: 0644]
board/amlogic/q200/Makefile [new file with mode: 0644]
board/amlogic/q200/README.khadas-vim2 [new file with mode: 0644]
board/amlogic/q200/README.q200 [new file with mode: 0644]
board/amlogic/q200/q200.c [new file with mode: 0644]
configs/khadas-vim2_defconfig
include/configs/khadas-vim2.h [deleted file]
include/configs/q200.h [new file with mode: 0644]