mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
configs: ls1021atwr: Enable DSPI for LS1021ATWR
DSPI2 can be verified when boot from QSPI now. Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
f2b76c6037
commit
03d1d568a0
1 changed files with 5 additions and 1 deletions
|
@ -310,12 +310,16 @@
|
||||||
#define FSL_QSPI_FLASH_NUM 2
|
#define FSL_QSPI_FLASH_NUM 2
|
||||||
#define CONFIG_SPI_FLASH_STMICRO
|
#define CONFIG_SPI_FLASH_STMICRO
|
||||||
|
|
||||||
|
/* DSPI */
|
||||||
|
#define CONFIG_FSL_DSPI
|
||||||
|
#define CONFIG_SPI_FLASH_ATMEL
|
||||||
|
#endif
|
||||||
|
|
||||||
/* DM SPI */
|
/* DM SPI */
|
||||||
#if defined(CONFIG_FSL_DSPI) || defined(CONFIG_FSL_QSPI)
|
#if defined(CONFIG_FSL_DSPI) || defined(CONFIG_FSL_QSPI)
|
||||||
#define CONFIG_CMD_SF
|
#define CONFIG_CMD_SF
|
||||||
#define CONFIG_DM_SPI_FLASH
|
#define CONFIG_DM_SPI_FLASH
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Video
|
* Video
|
||||||
|
|
Loading…
Add table
Reference in a new issue