From: Haikun Wang Date: Fri, 3 Jul 2015 08:51:34 +0000 (+0800) Subject: armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS X-Git-Tag: v2015.10-rc1~183^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7774b05222961c88598661c19d92c70d52d6949;p=u-boot armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS Enable DSPI flash related configurations. Signed-off-by: Haikun Wang Reviewed-by: York Sun --- diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h index 5a42164196..a6ef356ad8 100644 --- a/include/configs/ls2085aqds.h +++ b/include/configs/ls2085aqds.h @@ -272,6 +272,15 @@ unsigned long get_board_ddr_clk(void); /* I2C bus multiplexer */ #define I2C_MUX_CH_DEFAULT 0x8 +/* SPI */ +#ifdef CONFIG_FSL_DSPI +#define CONFIG_CMD_SF +#define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_STMICRO +#define CONFIG_SPI_FLASH_SST +#define CONFIG_SPI_FLASH_EON +#endif + /* * MMC */