]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2ea4a7defc0f9445a2ec8a729a578d776d883dac
tree61c7085c55d4586b7d70124af87acd4995147e05
parent28c94a140d2467dbf05f4ad540d9350813649cda
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]