[U-Boot] [PATCH] arm: imx7d: cl-som-imx7: sf: support all SF types

Yaniv Levinsky yaniv.levinsky at compulab.co.il
Sun Jun 24 09:13:10 UTC 2018


From: Uri Mashiach <uri.mashiach at compulab.co.il>

Enable the support for all SPI flash types.

Signed-off-by: Uri Mashiach <uri.mashiach at compulab.co.il>
Signed-off-by: Yaniv Levinsky <yaniv.levinsky at compulab.co.il>
---
 configs/cl-som-imx7_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig
index 6d403eed7a..8692241029 100644
--- a/configs/cl-som-imx7_defconfig
+++ b/configs/cl-som-imx7_defconfig
@@ -47,7 +47,14 @@ CONFIG_CMD_FS_GENERIC=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_FSL_ESDHC=y
 CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_ATMEL=y
+CONFIG_SPI_FLASH_EON=y
+CONFIG_SPI_FLASH_GIGADEVICE=y
+CONFIG_SPI_FLASH_MACRONIX=y
+CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_SPI_FLASH_SST=y
+CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SPI=y
 CONFIG_MXC_SPI=y
 CONFIG_USB=y
-- 
2.17.1



More information about the U-Boot mailing list