diff options
author | Mike Looijmans | 2017-06-07 07:42:37 +0200 |
---|---|---|
committer | Michal Simek | 2017-06-20 16:42:13 +0200 |
commit | 988390b8e14f16b5cbc8db057d9dbad45994d3b1 (patch) | |
tree | 2f85d6441a35855179f3456af57d4510c01996a0 /include | |
parent | fb4000e87178bf20aeb0d6c6a71b0e25ff8dcda3 (diff) |
arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig
Move the only use of CONFIG_SF_DUAL_FLASH to defconfig. This makes the
associated topic_miamiplus.h header obsolete, so remove that as well.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/topic_miami.h | 1 | ||||
-rw-r--r-- | include/configs/topic_miamiplus.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index a28922585cd..ee46d3ac7ec 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -56,7 +56,6 @@ #undef CONFIG_SF_DEFAULT_SPEED #define CONFIG_SF_DEFAULT_SPEED 108000000 #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 -#undef CONFIG_SF_DUAL_FLASH #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED #undef CONFIG_SPI_FLASH_WINBOND #undef CONFIG_SPI_FLASH_ISSI diff --git a/include/configs/topic_miamiplus.h b/include/configs/topic_miamiplus.h deleted file mode 100644 index 46ca6bda045..00000000000 --- a/include/configs/topic_miamiplus.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "topic_miami.h" -#define CONFIG_SF_DUAL_FLASH |