From: Simon Glass Date: Tue, 14 Oct 2014 05:42:09 +0000 (-0600) Subject: dm: exynos: config: Use driver model for SPI flash X-Git-Tag: KARO-TXA5-2015-06-26~525^2~21 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=465bc03b0c5861864fa082c0f79fc9295a9e2cb9 dm: exynos: config: Use driver model for SPI flash Use driver model for exynos5 board SPI flash. Signed-off-by: Simon Glass Reviewed-by: Jagannadha Sutradharudu Teki --- 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