summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/configs/mx53_ard.h5
-rw-r--r--include/configs/mx53_ard_ddr3.h5
-rw-r--r--include/configs/mx53_loco.h7
-rw-r--r--include/configs/mx53_smd.h7
4 files changed, 14 insertions, 10 deletions
diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h
index 37e1c5e..da77536 100644
--- a/include/configs/mx53_ard.h
+++ b/include/configs/mx53_ard.h
@@ -133,8 +133,9 @@
"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" \
+ "root=/dev/mmcblk0p1 rootwait rw\0" \
+ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \
+ "mmc read 0 ${loadaddr} 0x800 0x1800; bootm\0" \
"bootcmd=run bootcmd_net\0" \
diff --git a/include/configs/mx53_ard_ddr3.h b/include/configs/mx53_ard_ddr3.h
index 3b391da..1ff1a20 100644
--- a/include/configs/mx53_ard_ddr3.h
+++ b/include/configs/mx53_ard_ddr3.h
@@ -133,8 +133,9 @@
"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" \
+ "root=/dev/mmcblk0p1 rootwait rw\0" \
+ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \
+ "mmc read 0 ${loadaddr} 0x800 0x1800; bootm\0" \
"bootcmd=run bootcmd_net\0" \
diff --git a/include/configs/mx53_loco.h b/include/configs/mx53_loco.h
index 57d4062..709ae82 100644
--- a/include/configs/mx53_loco.h
+++ b/include/configs/mx53_loco.h
@@ -125,9 +125,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" \
\
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" \
\