summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/siemens/draco/Kconfig16
-rw-r--r--board/siemens/draco/MAINTAINERS2
2 files changed, 18 insertions, 0 deletions
diff --git a/board/siemens/draco/Kconfig b/board/siemens/draco/Kconfig
index d138ecea9d..67fa320c87 100644
--- a/board/siemens/draco/Kconfig
+++ b/board/siemens/draco/Kconfig
@@ -29,3 +29,19 @@ config SYS_CONFIG_NAME
default "dxr2"
endif
+
+if TARGET_RASTABAN
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "rastaban"
+
+endif
diff --git a/board/siemens/draco/MAINTAINERS b/board/siemens/draco/MAINTAINERS
index f6b68ca400..6d9544af17 100644
--- a/board/siemens/draco/MAINTAINERS
+++ b/board/siemens/draco/MAINTAINERS
@@ -6,3 +6,5 @@ F: include/configs/draco.h
F: configs/draco_defconfig
F: include/configs/dxr2.h
F: configs/dxr2_defconfig
+F: include/configs/rastaban.h
+F: configs/rastaban_defconfig
OpenPOWER on IntegriCloud