summaryrefslogtreecommitdiff
path: root/board/imgtec/ci20/Kconfig
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2018-12-16 19:25:23 -0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-12-19 15:23:02 +0100
commit25c7de2255128743fcbe436b6f3b17a70d0cdd82 (patch)
tree91bb2db4d255900de5150a57ababafda6fdc4d77 /board/imgtec/ci20/Kconfig
parentcd71b1d5d26dfff15222f5df8a5a6df68fc41df7 (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/Kconfig')
-rw-r--r--board/imgtec/ci20/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/imgtec/ci20/Kconfig b/board/imgtec/ci20/Kconfig
new file mode 100644
index 0000000000..82bf65d64f
--- /dev/null
+++ b/board/imgtec/ci20/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_JZ4780_CI20
+
+config SYS_BOARD
+ default "ci20"
+
+config SYS_VENDOR
+ default "imgtec"
+
+config SYS_CONFIG_NAME
+ default "ci20"
+
+config SYS_TEXT_BASE
+ default 0x80000000
+
+endif