summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd_android.h
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-01-24 13:50:29 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-01-24 13:55:24 +0800
commit1990bcda9885bc84ccfb1041e50578c8e2d0e980 (patch)
tree71f73653708255aaa7d4ca7f96ac3d6d51809a89 /include/configs/mx53_smd_android.h
parentdbb5163f616936175302b23f6f13e44b96724997 (diff)
downloadu-boot-imx-1990bcda9885bc84ccfb1041e50578c8e2d0e980.zip
u-boot-imx-1990bcda9885bc84ccfb1041e50578c8e2d0e980.tar.gz
u-boot-imx-1990bcda9885bc84ccfb1041e50578c8e2d0e980.tar.bz2
ENGR00138390 android recovery, enlarge uImage size
Kernel image is bigger than 3M, the 0x1800 will not enough. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r--include/configs/mx53_smd_android.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index 7fa73fc..9c92f01 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.h
@@ -104,7 +104,7 @@
"setenv bootargs ${bootargs} init=/init root=/dev/mmcblk0p4 rootfs=ext4"
#define CONFIG_ANDROID_RECOVERY_BOOTCMD_MMC \
"run bootargs_base bootargs_android_recovery;" \
- "mmc read 0 ${loadaddr} 0x800 0x1800;bootm"
+ "mmc read 0 ${loadaddr} 0x800 0x2000;bootm"
#define CONFIG_ANDROID_RECOVERY_CMD_FILE "/recovery/command"
#define CONFIG_ANDROID_SYSTEM_PARTITION_MMC 2
@@ -174,7 +174,7 @@
"tftpboot ${loadaddr} ${kernel}; bootm\0" \
"bootcmd_android_recovery=run bootargs_base" \
" bootargs_android_recovery;" \
- "mmc read 0 ${loadaddr} 0x800 0x1800;bootm\0" \
+ "mmc read 0 ${loadaddr} 0x800 0x2000;bootm\0" \
"bootargs_android_recovery=setenv bootargs ${bootargs}" \
" init=/init root=/dev/mmcblk0p4 rootfs=ext4\0" \