
15 Jul
2014
15 Jul
'14
2:56 a.m.
Use driver model for exynos5 board SPI flash.
Signed-off-by: Simon Glass sjg@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