mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS
Enable DSPI flash related configurations. Signed-off-by: Haikun Wang <haikun.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
5989df7e2c
commit
b7774b0522
1 changed files with 9 additions and 0 deletions
|
@ -272,6 +272,15 @@ unsigned long get_board_ddr_clk(void);
|
||||||
/* I2C bus multiplexer */
|
/* I2C bus multiplexer */
|
||||||
#define I2C_MUX_CH_DEFAULT 0x8
|
#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
|
* MMC
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue