summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-13 23:42:09 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:51 -0600
commit465bc03b0c5861864fa082c0f79fc9295a9e2cb9 (patch)
tree24345b2b509e0b20189bcb64b6555bf81e18781a /include
parentb6c2956defb42ce7fe1763f628b81e95f485eb2d (diff)
downloadblackbird-obmc-uboot-465bc03b0c5861864fa082c0f79fc9295a9e2cb9.tar.gz
blackbird-obmc-uboot-465bc03b0c5861864fa082c0f79fc9295a9e2cb9.zip
dm: exynos: config: Use driver model for SPI flash
Use driver model for exynos5 board SPI flash. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index eb6745e5a6..6ba9bb7a1b 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -22,6 +22,7 @@
#define CONFIG_DM_GPIO
#define CONFIG_DM_SERIAL
#define CONFIG_DM_SPI
+#define CONFIG_DM_SPI_FLASH
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_DISPLAY_CPUINFO
OpenPOWER on IntegriCloud