summaryrefslogtreecommitdiff
path: root/include/configs/mx6dl_arm2_lpddr2.h
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2012-06-26 19:17:19 +0800
committerEric Sun <jian.sun@freescale.com>2012-06-26 19:17:19 +0800
commit31aa7991a5a22645babbc07fd161bb6f4c028270 (patch)
tree14e69a0647c260f49dfff8ce06aa1937d097fd2b /include/configs/mx6dl_arm2_lpddr2.h
parent2b307251d64b82a23690cd7f78a63f089cd7821f (diff)
ENGR00214947 MX6 UBOOT : default enable wait mode as default parameters
For historical reasons U-Boot set "enable_wait_mode=off" in default U-Boot parameter. Now wait mode is OK for these platforms so we remove these settings. Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'include/configs/mx6dl_arm2_lpddr2.h')
-rw-r--r--include/configs/mx6dl_arm2_lpddr2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6dl_arm2_lpddr2.h b/include/configs/mx6dl_arm2_lpddr2.h
index a665dbc742..94d1985b77 100644
--- a/include/configs/mx6dl_arm2_lpddr2.h
+++ b/include/configs/mx6dl_arm2_lpddr2.h
@@ -120,7 +120,7 @@
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
"bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp enable_wait_mode=off\0" \
+ "nosmp\0" \
"bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\
"bootcmd_net=run bootargs_base bootargs_nfs; " \