diff options
author | Vignesh R <vigneshr@ti.com> | 2019-02-05 11:29:10 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-02-07 15:33:21 +0530 |
commit | ea4805d6b26282451eee9c701a456225bcf7db85 (patch) | |
tree | f02c2cdb7414ef85d1a62a40337e6d24330b5b92 /include/configs/rk3188_common.h | |
parent | e5fd39c886485e3dec77f4438a6e364c2987cf5f (diff) | |
download | u-boot-ea4805d6b26282451eee9c701a456225bcf7db85.tar.gz u-boot-ea4805d6b26282451eee9c701a456225bcf7db85.tar.bz2 u-boot-ea4805d6b26282451eee9c701a456225bcf7db85.zip |
configs: Move CONFIG_SPI_FLASH into defconfigs
Completely move CONFIG_SPI_FLASH from remaining board header files to
defconfigs
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com> #zynq-microzed
Diffstat (limited to 'include/configs/rk3188_common.h')
-rw-r--r-- | include/configs/rk3188_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 612d6439d1..36e494ee95 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -37,7 +37,6 @@ #define SDRAM_BANK_SIZE (2UL << 30) #define SDRAM_MAX_SIZE 0x80000000 -#define CONFIG_SPI_FLASH #define CONFIG_SF_DEFAULT_SPEED 20000000 #ifndef CONFIG_SPL_BUILD |