summaryrefslogtreecommitdiff
path: root/board/cu824
diff options
context:
space:
mode:
Diffstat (limited to 'board/cu824')
-rw-r--r--board/cu824/Kconfig11
-rw-r--r--board/cu824/MAINTAINERS6
2 files changed, 17 insertions, 0 deletions
diff --git a/board/cu824/Kconfig b/board/cu824/Kconfig
new file mode 100644
index 0000000..d866688
--- /dev/null
+++ b/board/cu824/Kconfig
@@ -0,0 +1,11 @@
+if TARGET_CU824
+
+config SYS_BOARD
+ string
+ default "cu824"
+
+config SYS_CONFIG_NAME
+ string
+ default "CU824"
+
+endif
diff --git a/board/cu824/MAINTAINERS b/board/cu824/MAINTAINERS
new file mode 100644
index 0000000..b1b7190
--- /dev/null
+++ b/board/cu824/MAINTAINERS
@@ -0,0 +1,6 @@
+CU824 BOARD
+M: Wolfgang Denk <wd@denx.de>
+S: Maintained
+F: board/cu824/
+F: include/configs/CU824.h
+F: configs/CU824_defconfig