From 68d534201733e84257e357f7ddcb379dbe1cc5d0 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 25 Nov 2015 05:34:54 -0800 Subject: sf: Move SPI flash drivers to defconfig There are already Kconfig options for SPI flash drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch. Signed-off-by: Bin Meng --- include/configs/pcm051.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pcm051.h') diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 64cfd81611..45c140d03c 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -97,7 +97,6 @@ #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START \ + (8 * 1024 * 1024)) -#define CONFIG_SPI_FLASH_WINBOND #define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED 24000000 -- cgit v1.2.1