diff options
author | Tuomas Tynkkynen | 2018-02-07 02:42:22 +0200 |
---|---|---|
committer | Tom Rini | 2018-02-13 23:01:44 -0500 |
commit | 4a942f49b891872727aa0bdba58e2ca513fc455c (patch) | |
tree | 45e7474eec60cf39c54852a9ebdc225e1b393791 /include/configs/dreamplug.h | |
parent | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (diff) |
spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'include/configs/dreamplug.h')
-rw-r--r-- | include/configs/dreamplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 7a739e39d72..c0f5b315500 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -37,7 +37,6 @@ #ifdef CONFIG_CMD_SF #define CONFIG_HARD_SPI 1 -#define CONFIG_KIRKWOOD_SPI 1 #define CONFIG_ENV_SPI_BUS 0 #define CONFIG_ENV_SPI_CS 0 #define CONFIG_ENV_SPI_MAX_HZ 50000000 /* 50 MHz */ |