diff options
author | Heiko Schocher <hs@denx.de> | 2015-06-15 14:56:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 16:46:50 -0400 |
commit | 578056c35d20d2f6e2f6618d9f86628f588932c4 (patch) | |
tree | 9254144400f1790cf2be61ebbf7f0dcc05f922fc /arch | |
parent | 3b10cf120befe9c2e938a7d4e04eb0b545ee347a (diff) | |
download | u-boot-imx-578056c35d20d2f6e2f6618d9f86628f588932c4.zip u-boot-imx-578056c35d20d2f6e2f6618d9f86628f588932c4.tar.gz u-boot-imx-578056c35d20d2f6e2f6618d9f86628f588932c4.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ac86518..13f579a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -351,6 +351,11 @@ config TARGET_DXR2 select CPU_V7 select SUPPORT_SPL +config TARGET_RASTABAN + bool "Support rastaban" + select CPU_V7 + select SUPPORT_SPL + config TARGET_PXM2 bool "Support pxm2" select CPU_V7 |