summaryrefslogtreecommitdiff
path: root/board/svm_sc8xx
diff options
context:
space:
mode:
Diffstat (limited to 'board/svm_sc8xx')
-rw-r--r--board/svm_sc8xx/Kconfig11
-rw-r--r--board/svm_sc8xx/MAINTAINERS6
2 files changed, 17 insertions, 0 deletions
diff --git a/board/svm_sc8xx/Kconfig b/board/svm_sc8xx/Kconfig
new file mode 100644
index 0000000000..522b1a85d0
--- /dev/null
+++ b/board/svm_sc8xx/Kconfig
@@ -0,0 +1,11 @@
+if TARGET_SVM_SC8XX
+
+config SYS_BOARD
+ string
+ default "svm_sc8xx"
+
+config SYS_CONFIG_NAME
+ string
+ default "svm_sc8xx"
+
+endif
diff --git a/board/svm_sc8xx/MAINTAINERS b/board/svm_sc8xx/MAINTAINERS
new file mode 100644
index 0000000000..c19bcae2b2
--- /dev/null
+++ b/board/svm_sc8xx/MAINTAINERS
@@ -0,0 +1,6 @@
+SVM_SC8XX BOARD
+M: John Zhan <zhanz@sinovee.com>
+S: Orphan (since 2014-06)
+F: board/svm_sc8xx/
+F: include/configs/svm_sc8xx.h
+F: configs/svm_sc8xx_defconfig