From: Yuan Yao Date: Wed, 8 Jun 2016 10:24:55 +0000 (+0800) Subject: configs: ls2080aqds: Enable QSPI flash support X-Git-Tag: v2016.07-rc2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b718d371571c0440c21ba0a4241a23b13959800b;p=platform%2Fkernel%2Fu-boot.git configs: ls2080aqds: Enable QSPI flash support Enable QSPI flash related configure options. Signed-off-by: Yuan Yao Reviewed-by: York Sun --- diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 532a715..b15acf3 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -289,8 +289,21 @@ unsigned long get_board_ddr_clk(void); #define I2C_MUX_CH_DEFAULT 0x8 /* SPI */ -#ifdef CONFIG_FSL_DSPI +#if defined(CONFIG_FSL_QSPI) || defined(CONFIG_FSL_DSPI) #define CONFIG_SPI_FLASH + +#ifdef CONFIG_FSL_DSPI +#define CONFIG_SPI_FLASH_STMICRO +#define CONFIG_SPI_FLASH_SST +#define CONFIG_SPI_FLASH_EON +#endif + +#ifdef CONFIG_FSL_QSPI +#define CONFIG_SPI_FLASH_SPANSION +#define FSL_QSPI_FLASH_SIZE (1 << 26) /* 64MB */ +#define FSL_QSPI_FLASH_NUM 4 +#endif + #endif /*