summaryrefslogtreecommitdiffstats
path: root/board
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 /board
parenta7a73ef85fc894d52013abf8616c1f9c0aea9d26 (diff)
downloadtalos-obmc-uboot-d1de41d7fa68b29510da1320d6646fcc19113af2.tar.gz
talos-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 'board')
-rw-r--r--board/samsung/smdk5250/Kconfig13
-rw-r--r--board/samsung/smdk5250/MAINTAINERS6
2 files changed, 19 insertions, 0 deletions
diff --git a/board/samsung/smdk5250/Kconfig b/board/samsung/smdk5250/Kconfig
index 698ee9125c..11ffaee5ce 100644
--- a/board/samsung/smdk5250/Kconfig
+++ b/board/samsung/smdk5250/Kconfig
@@ -23,3 +23,16 @@ config SYS_CONFIG_NAME
default "snow"
endif
+
+if TARGET_SPRING
+
+config SYS_BOARD
+ default "smdk5250"
+
+config SYS_VENDOR
+ default "samsung"
+
+config SYS_CONFIG_NAME
+ default "spring"
+
+endif
diff --git a/board/samsung/smdk5250/MAINTAINERS b/board/samsung/smdk5250/MAINTAINERS
index 070593e266..cde966fdbf 100644
--- a/board/samsung/smdk5250/MAINTAINERS
+++ b/board/samsung/smdk5250/MAINTAINERS
@@ -10,3 +10,9 @@ M: Akshay Saraswat <akshay.s@samsung.com>
S: Maintained
F: include/configs/snow.h
F: configs/snow_defconfig
+
+SPRING BOARD
+M: Simon Glass <sjg@chromium.org>
+S: Maintained
+F: include/configs/spring.h
+F: configs/spring_defconfig
OpenPOWER on IntegriCloud