This define is currently not supported in mainline U-Boot. So don't define it. Otherwise the drivers doesn't work correctly.
Signed-off-by: Stefan Roese <s...@denx.de> Cc: Chin Liang See <cl...@altera.com> Cc: Dinh Nguyen <dingu...@altera.com> Cc: Vince Bridgers <vbrid...@altera.com> Cc: Marek Vasut <ma...@denx.de> Cc: Pavel Machek <pa...@denx.de> Cc: Michael Trimarchi <mich...@amarulasolutions.com> --- include/configs/socfpga_cyclone5_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/socfpga_cyclone5_common.h b/include/configs/socfpga_cyclone5_common.h index d183510..5ef6936 100644 --- a/include/configs/socfpga_cyclone5_common.h +++ b/include/configs/socfpga_cyclone5_common.h @@ -155,7 +155,9 @@ /* Flash device info */ #define CONFIG_SF_DEFAULT_SPEED (50000000) #define CONFIG_SF_DEFAULT_MODE SPI_MODE_3 +#if 0 /* not supported in mainline right now */ #define CONFIG_SPI_FLASH_QUAD (1) +#endif /* QSPI reference clock */ #ifndef __ASSEMBLY__ unsigned int cm_get_qspi_controller_clk_hz(void); -- 2.1.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot