From: Siva Durga Prasad Paladugu Date: Mon, 19 Oct 2015 11:27:24 +0000 (+0530) Subject: zynq: qspi: Add support for Macronix QSPI parts X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bbd60699c3918f50bab068915bca1f1877acbd1;p=thirdparty%2Fu-boot.git zynq: qspi: Add support for Macronix QSPI parts Added support for Macronix QSPI parts in Zynq Tested the Macronix QSPI parts MX25L256 and MX25L512 in single, dual prallel and dual stacked modes. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index f0a0eb8e072..91a25b49a94 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -188,6 +188,7 @@ # define CONFIG_SPI_FLASH_STMICRO # define CONFIG_SPI_FLASH_WINBOND # define CONFIG_SPI_FLASH_ISSI +# define CONFIG_SPI_FLASH_MACRONIX # define CONFIG_SF_DUAL_FLASH #endif