From: Siva Durga Prasad Paladugu Date: Thu, 25 Feb 2016 09:15:51 +0000 (+0530) Subject: defconfig: zynqmp: ep108: Enable configs SPI_FLASH and SPI_FLASH_BAR X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7073e9cb7e62dbd78352bca846891c84d68eb56;p=thirdparty%2Fu-boot.git defconfig: zynqmp: ep108: Enable configs SPI_FLASH and SPI_FLASH_BAR Enable configs SPI_FLASH and SPI_FLASH_BAR for ep platform of zynqmp. This fixes the issues of qspi flash probe failure on ep108 Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig index bb9d06763f6..a856d1447d8 100644 --- a/configs/xilinx_zynqmp_ep_defconfig +++ b/configs/xilinx_zynqmp_ep_defconfig @@ -26,5 +26,7 @@ CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_OF_EMBED=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y CONFIG_ZYNQ_GEM=y # CONFIG_REGEX is not set