summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorQianyu Gong <qianyu.gong@nxp.com>2016-01-25 15:16:07 +0800
committerYork Sun <york.sun@nxp.com>2016-01-27 08:29:09 -0800
commitb0f20caf6570fbc4d19c41dcedf9679784042860 (patch)
tree4755649268207fd9736abb7f1f2cc519e20a9b45 /configs
parent166ef1e90ce404a6470a1c4910a1e84404379b86 (diff)
downloadblackbird-obmc-uboot-b0f20caf6570fbc4d19c41dcedf9679784042860.tar.gz
blackbird-obmc-uboot-b0f20caf6570fbc4d19c41dcedf9679784042860.zip
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')
-rw-r--r--configs/ls1043aqds_qspi_defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/ls1043aqds_qspi_defconfig b/configs/ls1043aqds_qspi_defconfig
new file mode 100644
index 0000000000..cb076c9d07
--- /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
OpenPOWER on IntegriCloud