Enable three DSPI flash memories on board. Commands: => sf probe 1:0 SF: Detected N25Q128A with page size 256 Bytes, erase size 64 KiB, total 16 MiB => sf probe 1:1 SF: Detected SST25WF040B with page size 256 Bytes, erase size 4 KiB, total 512 KiB => sf probe 1:2 SF: Detected EN25S64 with page size 256 Bytes, erase size 64 KiB, total 8 MiB Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>master
parent
19c31285a3
commit
e0579a5852
@ -1,3 +1,8 @@ |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_LS1043AQDS=y |
||||
CONFIG_SYS_NS16550=y |
||||
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart" |
||||
CONFIG_OF_CONTROL=y |
||||
CONFIG_DM=y |
||||
CONFIG_SPI_FLASH=y |
||||
CONFIG_DM_SPI=y |
||||
|
Loading…
Reference in new issue