summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_sabrelite.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/mx6q_sabrelite.h
parent2b307251d64b82a23690cd7f78a63f089cd7821f (diff)
downloadu-boot-imx-31aa7991a5a22645babbc07fd161bb6f4c028270.zip
u-boot-imx-31aa7991a5a22645babbc07fd161bb6f4c028270.tar.gz
u-boot-imx-31aa7991a5a22645babbc07fd161bb6f4c028270.tar.bz2
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/mx6q_sabrelite.h')
-rw-r--r--include/configs/mx6q_sabrelite.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabrelite.h b/include/configs/mx6q_sabrelite.h
index 7859a15..ad1953b 100644
--- a/include/configs/mx6q_sabrelite.h
+++ b/include/configs/mx6q_sabrelite.h
@@ -124,8 +124,7 @@
"bootargs_base=setenv bootargs console=ttymxc1,115200\0" \
"bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp " \
- "video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666 " \
- "enable_wait_mode=off\0" \
+ "video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666\0" \
"bootcmd_net=dhcp; run bootargs_base bootargs_nfs;bootm\0" \
"bootargs_mmc=setenv bootargs ${bootargs} " \
"root=/dev/mmcblk0p1 rootwait rw " \