diff options
author | Baruch Siach <baruch@tkos.co.il> | 2019-03-27 09:27:08 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | c1d81f6f012349cfe204932b82e771cbbd3d91ff (patch) | |
tree | 2adc9285c3937a2bf50c0a3b964452a843eaf48c | |
parent | 1c11dcf847793f498e3b79d37a9ef41f53ef8e90 (diff) |
arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/turris_omnia_defconfig | 1 | ||||
-rw-r--r-- | include/configs/turris_omnia.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index c406b25753..85f214148a 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 021ebae21f..c7805cf36b 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 */ |