diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2016-01-25 15:16:07 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-27 08:29:09 -0800 |
commit | b0f20caf6570fbc4d19c41dcedf9679784042860 (patch) | |
tree | 4755649268207fd9736abb7f1f2cc519e20a9b45 /configs/ls1043aqds_qspi_defconfig | |
parent | 166ef1e90ce404a6470a1c4910a1e84404379b86 (diff) |
armv8/ls1043aqds: add QSPI boot support
Enable the U-Boot Driver Model(DM) to use the Freescale QSPI driver.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1043aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1043aqds_qspi_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/ls1043aqds_qspi_defconfig b/configs/ls1043aqds_qspi_defconfig new file mode 100644 index 00000000000..cb076c9d07a --- /dev/null +++ b/configs/ls1043aqds_qspi_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_TARGET_LS1043AQDS=y +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,QSPI_BOOT" +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart" +CONFIG_SYS_NS16550=y +CONFIG_OF_CONTROL=y +CONFIG_DM=y +CONFIG_SPI_FLASH=y +CONFIG_DM_SPI=y |