diff options
author | Heiko Schocher <hs@denx.de> | 2015-06-15 12:56:41 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 20:46:50 (GMT) |
commit | 578056c35d20d2f6e2f6618d9f86628f588932c4 (patch) | |
tree | 9254144400f1790cf2be61ebbf7f0dcc05f922fc /board/siemens | |
parent | 3b10cf120befe9c2e938a7d4e04eb0b545ee347a (diff) | |
download | u-boot-578056c35d20d2f6e2f6618d9f86628f588932c4.tar.xz |
siemens,am33x,rastaban: add rastaban config
rastaban is a draco version with more flash, more RAM
and faster CPU. Number of partitions is the same but
rootfs partition is different.
Signed-off-by: Samuel Egli <samuel.egli@siemens.com>
Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/draco/Kconfig | 16 | ||||
-rw-r--r-- | board/siemens/draco/MAINTAINERS | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/board/siemens/draco/Kconfig b/board/siemens/draco/Kconfig index d138ece..67fa320 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 f6b68ca..6d9544a 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 |