diff mbox series

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

Message ID 20180624091310.20687-1-yaniv.levinsky@compulab.co.il
State Accepted
Commit 353432419de8f90e19f447b4e054ee28c7fa62d0
Delegated to: Stefano Babic
Headers show
Series [U-Boot] arm: imx7d: cl-som-imx7: sf: support all SF types | expand

Commit Message

Yaniv Levinsky June 24, 2018, 9:13 a.m. UTC
From: Uri Mashiach <uri.mashiach@compulab.co.il>

Enable the support for all SPI flash types.

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

Comments

Stefano Babic July 23, 2018, 9:27 a.m. UTC | #1
On 24/06/2018 11:13, Yaniv Levinsky wrote:
> From: Uri Mashiach <uri.mashiach@compulab.co.il>
> 
> Enable the support for all SPI flash types.
> 
> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
> Signed-off-by: Yaniv Levinsky <yaniv.levinsky@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
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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