[U-Boot] [PATCH 20/25] dm: exynos: config: Use driver model for SPI flash
Simon Glass
sjg at chromium.org
Tue Jul 15 02:56:27 CEST 2014
Use driver model for exynos5 board SPI flash.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/exynos5-dt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
index 873dd63..1a2e9a7 100644
--- a/include/configs/exynos5-dt.h
+++ b/include/configs/exynos5-dt.h
@@ -21,6 +21,7 @@
#define CONFIG_DM_GPIO
#define CONFIG_DM_SERIAL
#define CONFIG_DM_SPI
+#define CONFIG_DM_SPI_FLASH
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_ARCH_CPU_INIT
--
2.0.0.526.g5318336
More information about the U-Boot
mailing list