diff options
author | Terry Lv <r65388@freescale.com> | 2011-08-12 12:49:30 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-09-01 11:45:02 +0800 |
commit | 3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab (patch) | |
tree | 128e5e002100b3437aef66c31791cdd639e09fc3 /include/configs/mx50_rdp_mfg.h | |
parent | a9cced4ea28c4fda8550745bb10bebc7a93df408 (diff) | |
download | u-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.zip u-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.tar.gz u-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.tar.bz2 |
ENGR00154666-1: Align u-boot mmc command with community
Modifications on config files.
1. Remove CONFIG_BOOT_PARTITION_ACCESS.
2. Change all mmc read command in default env configs.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx50_rdp_mfg.h')
-rw-r--r-- | include/configs/mx50_rdp_mfg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx50_rdp_mfg.h b/include/configs/mx50_rdp_mfg.h index 7ca83b2..447cb35 100644 --- a/include/configs/mx50_rdp_mfg.h +++ b/include/configs/mx50_rdp_mfg.h @@ -124,7 +124,10 @@ "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_mmc=run bootargs_base bootargs_mmc; " \ + "mmc dev 0; " \ + "mmc read ${loadaddr} 0x800 0x1800; bootm\0" \ + "bootcmd=run bootcmd_net\0" \ @@ -193,9 +196,6 @@ /* detect whether ESDHC1 or ESDHC3 is boot device */ #define CONFIG_DYNAMIC_MMC_DEVNO - - #define CONFIG_BOOT_PARTITION_ACCESS - #endif /*----------------------------------------------------------------------- * Stack sizes |