summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd.h
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2011-05-19 22:50:42 +0800
committerLily Zhang <r58066@freescale.com>2011-05-19 22:53:43 +0800
commit8cb28bb7c7031551672b00d75a272bd31709c9d0 (patch)
treea9045a67b51ece374fa378f534ee458c190ebd0d /include/configs/mx53_smd.h
parent9b65f0a17dd75a75d69b23ad8ab51ea307783791 (diff)
downloadu-boot-imx-8cb28bb7c7031551672b00d75a272bd31709c9d0.zip
u-boot-imx-8cb28bb7c7031551672b00d75a272bd31709c9d0.tar.gz
u-boot-imx-8cb28bb7c7031551672b00d75a272bd31709c9d0.tar.bz2
ENGR00143570 mx53: change the default environment setting
Change the default environment setting as sd boot for mx53 loco, mx53 smd and mx53 ard boards. Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd.h')
-rw-r--r--include/configs/mx53_smd.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h
index 240b822..8c65fd7 100644
--- a/include/configs/mx53_smd.h
+++ b/include/configs/mx53_smd.h
@@ -128,9 +128,10 @@
"bootcmd_net=run bootargs_base bootargs_nfs; " \
"tftpboot ${loadaddr} ${kernel}; bootm\0" \
"bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp " \
- "root=/dev/mmcblk0p2 rootwait\0" \
- "bootcmd_mmc=run bootargs_base bootargs_mmc; bootm\0" \
- "bootcmd=run bootcmd_net\0" \
+ "root=/dev/mmcblk0p1 rootwait rw\0" \
+ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \
+ "mmc read 0 ${loadaddr} 0x800 0x1800; bootm\0" \
+ "bootcmd=run bootcmd_mmc\0" \
\