summaryrefslogtreecommitdiff
path: root/include/configs/mx6sl_arm2_android.h
diff options
context:
space:
mode:
authorJianzheng Zhou <jianzheng.zhou@freescale.com>2013-12-03 10:54:07 +0800
committerJianzheng Zhou <jianzheng.zhou@freescale.com>2013-12-03 11:22:00 +0800
commitd1ec73885d7123d94657a3c1388c61469baabfc2 (patch)
tree913855b4f0346caa51e5e15bf5e2702b3cc6a408 /include/configs/mx6sl_arm2_android.h
parenta929825706b5e1508b29d8ae2a2afb2fcbb2de19 (diff)
downloadu-boot-imx-d1ec73885d7123d94657a3c1388c61469baabfc2.zip
u-boot-imx-d1ec73885d7123d94657a3c1388c61469baabfc2.tar.gz
u-boot-imx-d1ec73885d7123d94657a3c1388c61469baabfc2.tar.bz2
ENGR00283354 fastboot:enlarge max transfer buffer size
Along with larger size of system image,old restrict is no longer resonable. Keep this value align with system partition's size to solve this issue. Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
Diffstat (limited to 'include/configs/mx6sl_arm2_android.h')
-rw-r--r--include/configs/mx6sl_arm2_android.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6sl_arm2_android.h b/include/configs/mx6sl_arm2_android.h
index d3d1971..940d5f4 100644
--- a/include/configs/mx6sl_arm2_android.h
+++ b/include/configs/mx6sl_arm2_android.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Freescale Semiconductor, Inc.
+ * Copyright (C) 2013 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q Sabre Lite2 Freescale board.
*
@@ -43,7 +43,7 @@
* For system.img growing up more than 256MB, more buffer needs
* to receive the system.img*/
#define CONFIG_FASTBOOT_TRANSFER_BUF 0x8c000000
-#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */
+#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */
#define CONFIG_CMD_BOOTI