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>
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
#define CONFIG_SF_DEFAULT_SPEED 50000000
|
||||
#define CONFIG_SERIAL_FLASH
|
||||
#define CONFIG_HARD_SPI
|
||||
#define CONFIG_SPI_FLASH_ISSI
|
||||
#define CONFIG_ENV_SPI_BUS 0
|
||||
#define CONFIG_ENV_SPI_CS 1
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
|
||||
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
|
||||
#undef CONFIG_SPI_FLASH_WINBOND
|
||||
#undef CONFIG_SPI_FLASH_ISSI
|
||||
|
||||
/* Setup proper boot sequences for Miami boards */
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
/* QSPI */
|
||||
#ifdef CONFIG_ZYNQ_QSPI
|
||||
# define CONFIG_SF_DEFAULT_SPEED 30000000
|
||||
# define CONFIG_SPI_FLASH_ISSI
|
||||
#endif
|
||||
|
||||
/* NOR */
|
||||
|
||||
Reference in New Issue
Block a user