summaryrefslogtreecommitdiff
path: root/board/siemens/draco/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-06-07 08:55:45 +0200
committerTom Rini <trini@konsulko.com>2016-06-09 13:53:13 -0400
commit6b3943f1b04be60f147ee540fbd72c4c7ea89f80 (patch)
treee11a9dbee39f4af68067ad6cacc984dc3531ca4f /board/siemens/draco/Kconfig
parent9ae63f46a387573236372b937ada34daa55b893d (diff)
downloadu-boot-imx-6b3943f1b04be60f147ee540fbd72c4c7ea89f80.zip
u-boot-imx-6b3943f1b04be60f147ee540fbd72c4c7ea89f80.tar.gz
u-boot-imx-6b3943f1b04be60f147ee540fbd72c4c7ea89f80.tar.bz2
siemens,am33x: add draco etamin board
In the draco CPU board family, etamin is a new variant with bigger flash and more RAM. Due to new flash that uses larger pages (4K) some changes are necessary because it impacts the MTD partition layout and the ubi mount parameters. Signed-off-by: Samuel Egli <samuel.egli@siemens.com> Signed-off-by: Heiko Schocher <hs@denx.de> [trini: Move BOOTDELAY into defconfig, just always be 3 now] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/siemens/draco/Kconfig')
-rw-r--r--board/siemens/draco/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/siemens/draco/Kconfig b/board/siemens/draco/Kconfig
index 819d187..a699c7d 100644
--- a/board/siemens/draco/Kconfig
+++ b/board/siemens/draco/Kconfig
@@ -45,3 +45,19 @@ config SYS_CONFIG_NAME
default "rastaban"
endif
+
+if TARGET_ETAMIN
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "etamin"
+
+endif