summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-06-11 16:17:59 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:38 +0100
commit35d21b15dd582eae441e0f831a57cf0a4e76e7dd (patch)
treeca5b516cdd2d5962458a436c6aa7261a1cb90e3e /configs
parent2848375285cb9de53a3d8e75fe1cfa89f9ec4e64 (diff)
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>
Diffstat (limited to 'configs')
-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 0000000000..b975dcc5b8
--- /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