diff options
author | Terry Lv <r65388@freescale.com> | 2011-12-20 14:03:25 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-12-20 14:03:25 +0800 |
commit | eb9d8c0430dcc985e601129ae1322040d3f98835 (patch) | |
tree | 9df5962a428a526ca3eeaf0d1eae1db91ed78723 /include/configs/mx6q_arm2.h | |
parent | 8b48a2486bb3e116ab5ea31d20d7de51d799cdd7 (diff) | |
download | u-boot-imx-eb9d8c0430dcc985e601129ae1322040d3f98835.zip u-boot-imx-eb9d8c0430dcc985e601129ae1322040d3f98835.tar.gz u-boot-imx-eb9d8c0430dcc985e601129ae1322040d3f98835.tar.bz2 |
ENGR00170644: Enlarge mmc read size to 4M in default env
For uImage's size of mx6q is larger than 3M, we enlarge mmc read size to
4M in default env.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx6q_arm2.h')
-rw-r--r-- | include/configs/mx6q_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_arm2.h b/include/configs/mx6q_arm2.h index 1d08bb0..18a351a 100644 --- a/include/configs/mx6q_arm2.h +++ b/include/configs/mx6q_arm2.h @@ -127,7 +127,7 @@ "root=/dev/mmcblk0p1 rootwait\0" \ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \ "mmc dev 3; " \ - "mmc read ${loadaddr} 0x800 0x1800; bootm\0" \ + "mmc read ${loadaddr} 0x800 0x2000; bootm\0" \ "bootcmd=run bootcmd_net\0" \ |