summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-07 13:44:32 +0800
committerYe.Li <B37916@freescale.com>2015-05-07 16:12:49 +0800
commitdfc46c87787f187abf3b4aba2d57032f8531deae (patch)
treeef35ca91223510421a1cdf7154ccdd9e3e5e4e98 /configs
parentcc5a7001a79d88c399545d8c62e57665be7efb83 (diff)
downloadu-boot-imx-dfc46c87787f187abf3b4aba2d57032f8531deae.zip
u-boot-imx-dfc46c87787f187abf3b4aba2d57032f8531deae.tar.gz
u-boot-imx-dfc46c87787f187abf3b4aba2d57032f8531deae.tar.bz2
MLK-10852 imx: mx6ul_ddr3_arm2: Add support for NAND boot
Since the NAND has two pins conflict with SD2, when NAND is enabled, we must disable SD2. So the CONFIG_SYS_FSL_USDHC_NUM needs configure to 1 and should be moved to under defining CONFIG_SYS_USE_NAND. New build target for NAND boot: mx6ul_ddr3_arm2_nand_config Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ul_ddr3_arm2_nand_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6ul_ddr3_arm2_nand_defconfig b/configs/mx6ul_ddr3_arm2_nand_defconfig
new file mode 100644
index 0000000..0d31e69
--- /dev/null
+++ b/configs/mx6ul_ddr3_arm2_nand_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_ddr3_arm2/imximage.cfg,MX6UL,SYS_BOOT_NAND"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6UL_DDR3_ARM2=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y