summaryrefslogtreecommitdiff
path: root/configs/ls1021aqds_sdcard_ifc_defconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2016-02-02 07:16:23 (GMT)
committerYork Sun <york.sun@nxp.com>2016-02-24 16:40:56 (GMT)
commit70097027d299e3486831396d3c02e37dc6dff66d (patch)
treed85e57def95ab4c18cb08c93567278e9a0ca8fb4 /configs/ls1021aqds_sdcard_ifc_defconfig
parentbbc8e053bad16366fc74943ce4c69a910c31b8b8 (diff)
downloadu-boot-fsl-qoriq-70097027d299e3486831396d3c02e37dc6dff66d.tar.xz
arm: ls1021a: Add QSPI or IFC support in SD boot for LS1021AQDS board
As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported in SD boot now. For the customer's demand, QSPI needs to be supported in SD boot too. This patch adds QSPI or IFC support in SD boot according to the corresponding defconfig. For detail, ls1021aqds_sdcard_ifc_defconfig is used to support IFC in SD boot and ls1021aqds_sdcard_qspi_defconfig is used to support QSPI in SD boot. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_ifc_defconfig')
-rw-r--r--configs/ls1021aqds_sdcard_ifc_defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_ifc_defconfig b/configs/ls1021aqds_sdcard_ifc_defconfig
new file mode 100644
index 0000000..e283f69
--- /dev/null
+++ b/configs/ls1021aqds_sdcard_ifc_defconfig
@@ -0,0 +1,11 @@
+CONFIG_ARM=y
+CONFIG_TARGET_LS1021AQDS=y
+CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds-duart"
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT"
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_OF_CONTROL=y
+CONFIG_DM=y
+CONFIG_NETDEVICES=y
+CONFIG_E1000=y
+CONFIG_SYS_NS16550=y