diff options
author | Paul Burton <paul.burton@imgtec.com> | 2018-12-16 19:25:23 -0300 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:02 +0100 |
commit | 25c7de2255128743fcbe436b6f3b17a70d0cdd82 (patch) | |
tree | 91bb2db4d255900de5150a57ababafda6fdc4d77 /board/imgtec/ci20/Makefile | |
parent | cd71b1d5d26dfff15222f5df8a5a6df68fc41df7 (diff) |
mips: jz47xx: Add Creator CI20 platform
Add support for the Creator CI20 platform based on the JZ4780 SoC.
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/imgtec/ci20/Makefile')
-rw-r--r-- | board/imgtec/ci20/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |