From a5dfabea19f961826509118513f833cea25797bb Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 7 Feb 2018 02:42:17 +0200 Subject: spi: Migrate CONFIG_SH_QSPI to Kconfig Signed-off-by: Tuomas Tynkkynen --- include/configs/alt.h | 1 - include/configs/blanche.h | 1 - include/configs/gose.h | 1 - include/configs/koelsch.h | 1 - include/configs/lager.h | 1 - include/configs/porter.h | 1 - include/configs/silk.h | 1 - include/configs/stout.h | 1 - 8 files changed, 8 deletions(-) (limited to 'include') diff --git a/include/configs/alt.h b/include/configs/alt.h index 9a9e4d918b4..f5e41db1567 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -33,7 +33,6 @@ /* FLASH */ #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ diff --git a/include/configs/blanche.h b/include/configs/blanche.h index a3ebe6163ea..506b783d34e 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -39,7 +39,6 @@ /* FLASH */ #if !defined(CONFIG_MTD_NOR_FLASH) #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SH_QSPI_BASE 0xE6B10000 #else #define CONFIG_SYS_FLASH_CFI diff --git a/include/configs/gose.h b/include/configs/gose.h index a2a24b6f2d7..3531621910e 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -34,7 +34,6 @@ /* FLASH */ #define CONFIG_SPI -#define CONFIG_SH_QSPI /* SH Ether */ #define CONFIG_SH_ETHER_USE_PORT 0 diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 79587b807b4..4d093ded35f 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -34,7 +34,6 @@ /* FLASH */ #define CONFIG_SPI -#define CONFIG_SH_QSPI /* SH Ether */ #define CONFIG_SH_ETHER_USE_PORT 0 diff --git a/include/configs/lager.h b/include/configs/lager.h index a3d35d40231..45a76f8010b 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -34,7 +34,6 @@ /* SPI */ #define CONFIG_SPI -#define CONFIG_SH_QSPI /* SH Ether */ #define CONFIG_SH_ETHER_USE_PORT 0 diff --git a/include/configs/porter.h b/include/configs/porter.h index d293f06dd1e..b4a317f7244 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -34,7 +34,6 @@ /* FLASH */ #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ diff --git a/include/configs/silk.h b/include/configs/silk.h index fce4b2dca6a..5d85c0df932 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -34,7 +34,6 @@ /* FLASH */ #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ diff --git a/include/configs/stout.h b/include/configs/stout.h index 3db46be66a0..b81103e8a72 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -37,7 +37,6 @@ /* SPI */ #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ -- cgit v1.3.1