summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-06-11 16:17:59 +0800
committerYe.Li <B37916@freescale.com>2015-06-11 16:49:14 +0800
commit76859bb89b349bf020433bd24f96da92a470bf0a (patch)
treeb72eb5dcb07c333a92188a37ec2f068b796126a4
parent98094af964e87f28074f282118361430a30cb0c5 (diff)
downloadu-boot-imx-76859bb89b349bf020433bd24f96da92a470bf0a.zip
u-boot-imx-76859bb89b349bf020433bd24f96da92a470bf0a.tar.gz
u-boot-imx-76859bb89b349bf020433bd24f96da92a470bf0a.tar.bz2
MLK-11090 imx: mx6ul: Add build target for emmc boot on ddr3 arm2 board
The mx6ul ddr3 arm2 board needs rework to enable the emmc. Since the pin used by emmc are multiplexed with SD1 and QSPI, the SD1 and QSPI can't work. The u-boot build target for emmc is: mx6ul_14x14_ddr3_arm2_emmc_config Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 4b27bdc4a8311f3234e1e91e3858e8a1c19d1cf2)
-rw-r--r--configs/mx6ul_14x14_ddr3_arm2_emmc_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_ddr3_arm2_emmc_defconfig b/configs/mx6ul_14x14_ddr3_arm2_emmc_defconfig
new file mode 100644
index 0000000..b975dcc
--- /dev/null
+++ b/configs/mx6ul_14x14_ddr3_arm2_emmc_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_ddr3_arm2/imximage.cfg,MX6UL,MX6UL_DDR3_ARM2_EMMC_REWORK"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6UL_14X14_DDR3_ARM2=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y