diff options
| author | Heiko Schocher <[email protected]> | 2016-06-07 08:55:45 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-06-09 13:53:13 -0400 |
| commit | 6b3943f1b04be60f147ee540fbd72c4c7ea89f80 (patch) | |
| tree | e11a9dbee39f4af68067ad6cacc984dc3531ca4f /arch | |
| parent | 9ae63f46a387573236372b937ada34daa55b893d (diff) | |
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 <[email protected]>
Signed-off-by: Heiko Schocher <[email protected]>
[trini: Move BOOTDELAY into defconfig, just always be 3 now]
Signed-off-by: Tom Rini <[email protected]>
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 26ccf628299..e75c4c0fa6d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -361,6 +361,11 @@ config TARGET_RASTABAN select CPU_V7 select SUPPORT_SPL +config TARGET_ETAMIN + bool "Support etamin" + select CPU_V7 + select SUPPORT_SPL + config TARGET_PXM2 bool "Support pxm2" select CPU_V7 |
