summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/exynos
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:37 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:17 -0600
commitd1de41d7fa68b29510da1320d6646fcc19113af2 (patch)
tree14956fe68f3aa0d491107cec7684726912800223 /arch/arm/cpu/armv7/exynos
parenta7a73ef85fc894d52013abf8616c1f9c0aea9d26 (diff)
downloadblackbird-obmc-uboot-d1de41d7fa68b29510da1320d6646fcc19113af2.tar.gz
blackbird-obmc-uboot-d1de41d7fa68b29510da1320d6646fcc19113af2.zip
exynos: Add support for spring
Spring is the first ARM-based HP Chromebook 11. It is similar to snow and it uses the same Samsung Exynos5250 chip. But has some unusual features. Mainline support for it has lagged snow (both in kernel and U-Boot). Now that the exynos5 code is common we can support spring just by adding a device tree and a few lines of configuration. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/exynos')
-rw-r--r--arch/arm/cpu/armv7/exynos/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig
index 4a7d82f74c..37b89b0013 100644
--- a/arch/arm/cpu/armv7/exynos/Kconfig
+++ b/arch/arm/cpu/armv7/exynos/Kconfig
@@ -51,6 +51,12 @@ config TARGET_SNOW
select OF_CONTROL
select SPL_DISABLE_OF_CONTROL
+config TARGET_SPRING
+ bool "Spring board"
+ select SUPPORT_SPL
+ select OF_CONTROL
+ select SPL_DISABLE_OF_CONTROL
+
config TARGET_SMDK5420
bool "SMDK5420 board"
select SUPPORT_SPL
OpenPOWER on IntegriCloud