[U-Boot] [PATCH] arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION

Signed-off-by: Baruch Siach baruch@tkos.co.il --- This contextually depends on http://patchwork.ozlabs.org/patch/1066576/. --- configs/turris_omnia_defconfig | 1 + include/configs/turris_omnia.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index c406b257533e..85f214148a8e 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -43,6 +43,7 @@ CONFIG_ATSHA204A=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_MVNETA=y diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 021ebae21ff7..c7805cf36bf2 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -34,8 +34,6 @@ # define CONFIG_WATCHDOG #endif
-#define CONFIG_SPI_FLASH_SPANSION - /* * SDIO/MMC Card Configuration */

On 27.03.19 08:27, Baruch Siach wrote:
Signed-off-by: Baruch Siach baruch@tkos.co.il
This contextually depends on http://patchwork.ozlabs.org/patch/1066576/.
configs/turris_omnia_defconfig | 1 + include/configs/turris_omnia.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index c406b257533e..85f214148a8e 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -43,6 +43,7 @@ CONFIG_ATSHA204A=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_MVNETA=y diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 021ebae21ff7..c7805cf36bf2 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -34,8 +34,6 @@ # define CONFIG_WATCHDOG #endif
-#define CONFIG_SPI_FLASH_SPANSION
- /*
*/
- SDIO/MMC Card Configuration
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan

On 27.03.19 08:27, Baruch Siach wrote:
Signed-off-by: Baruch Siach baruch@tkos.co.il
Applied to u-boot-marvell/master.
Thanks, Stefan
participants (2)
-
Baruch Siach
-
Stefan Roese