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 /board/amlogic/q200/Makefile | |
parent | 8bbfb40e572ddb8a11482ca513131e21a75e99de (diff) |
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 'board/amlogic/q200/Makefile')
-rw-r--r-- | board/amlogic/q200/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/amlogic/q200/Makefile b/board/amlogic/q200/Makefile new file mode 100644 index 0000000000..fd78fd068a --- /dev/null +++ b/board/amlogic/q200/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2016 BayLibre, SAS +# Author: Neil Armstrong <narmstrong@baylibre.com> + +obj-y := q200.o |