diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-01-25 15:39:26 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-08-06 08:44:35 +0200 |
commit | 13f451bf5625e222e881779e69d92a2002e41dfc (patch) | |
tree | 671a143643f75a2e8f39a562ec84418f6a4a6c13 /include/configs/zynq-common.h | |
parent | bb694d4e898b1368ba96e01481dc0a79c491e77c (diff) | |
download | u-boot-13f451bf5625e222e881779e69d92a2002e41dfc.tar.gz u-boot-13f451bf5625e222e881779e69d92a2002e41dfc.tar.bz2 u-boot-13f451bf5625e222e881779e69d92a2002e41dfc.zip |
spi: Kconfig: Create ISSI Kconfig entry
Add ISSI to Kconfig to make it selectable via menuconfig.
Also convert all current platforms.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 096f9d133a..4f9b45777b 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -43,7 +43,6 @@ /* QSPI */ #ifdef CONFIG_ZYNQ_QSPI # define CONFIG_SF_DEFAULT_SPEED 30000000 -# define CONFIG_SPI_FLASH_ISSI #endif /* NOR */ |