summaryrefslogtreecommitdiff
path: root/configs/ls1021aqds_sdcard_defconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-12-03 07:00:47 (GMT)
committerYork Sun <yorksun@freescale.com>2014-12-11 17:39:22 (GMT)
commit86949c2b7c94542c20767c405fc458346bd3975b (patch)
tree7ab36213ccc4ae4e92b5df1624cc4a10e0bbc7c0 /configs/ls1021aqds_sdcard_defconfig
parent2565d18de0c57d95b32686f11aa98fd40d8a7e26 (diff)
downloadu-boot-fsl-qoriq-86949c2b7c94542c20767c405fc458346bd3975b.tar.xz
arm: ls102xa: Add SD boot support for LS1021AQDS board
This patch adds SD boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Alison Wang <alison.wang@freescale.com> Signed-off-by: Jason Jin <jason.jin@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_defconfig')
-rw-r--r--configs/ls1021aqds_sdcard_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_defconfig b/configs/ls1021aqds_sdcard_defconfig
new file mode 100644
index 0000000..e03c3b4
--- /dev/null
+++ b/configs/ls1021aqds_sdcard_defconfig
@@ -0,0 +1,4 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT"
++S:CONFIG_ARM=y
++S:CONFIG_TARGET_LS1021AQDS=y