From 25c7de2255128743fcbe436b6f3b17a70d0cdd82 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Sun, 16 Dec 2018 19:25:23 -0300 Subject: mips: jz47xx: Add Creator CI20 platform Add support for the Creator CI20 platform based on the JZ4780 SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia Reviewed-by: Marek Vasut --- board/imgtec/ci20/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/imgtec/ci20/Makefile (limited to 'board/imgtec/ci20/Makefile') diff --git a/board/imgtec/ci20/Makefile b/board/imgtec/ci20/Makefile new file mode 100644 index 0000000000..7843b46791 --- /dev/null +++ b/board/imgtec/ci20/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y := ci20.o -- cgit