diff options
author | Jianzheng Zhou <jianzheng.zhou@freescale.com> | 2013-12-03 10:54:07 +0800 |
---|---|---|
committer | Jianzheng Zhou <jianzheng.zhou@freescale.com> | 2013-12-03 11:22:00 +0800 |
commit | d1ec73885d7123d94657a3c1388c61469baabfc2 (patch) | |
tree | 913855b4f0346caa51e5e15bf5e2702b3cc6a408 | |
parent | a929825706b5e1508b29d8ae2a2afb2fcbb2de19 (diff) | |
download | u-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>
-rw-r--r-- | include/configs/mx53_smd_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6dl_hdmidongle_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6dl_hdmidongle_nand_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6dl_sabreauto_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6dl_sabreauto_nand_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6dl_sabresd_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6q_arm2_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6q_hdmidongle_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6q_hdmidongle_nand_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_nand_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6q_sabresd_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6sl_arm2_android.h | 4 | ||||
-rw-r--r-- | include/configs/mx6sl_evk_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_nand_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6solo_sabresd_android.h | 2 |
17 files changed, 25 insertions, 25 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index 9a34a5b..bda8b86 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX53-SMD Freescale board. * @@ -98,7 +98,7 @@ #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_SATA_NO 0 #define CONFIG_FASTBOOT_TRANSFER_BUF 0x78000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx6dl_hdmidongle_android.h b/include/configs/mx6dl_hdmidongle_android.h index c8d1c4a..aada2ae 100644 --- a/include/configs/mx6dl_hdmidongle_android.h +++ b/include/configs/mx6dl_hdmidongle_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6DL HDMI Dongle Freescale board. * @@ -41,7 +41,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx6dl_hdmidongle_nand_android.h b/include/configs/mx6dl_hdmidongle_nand_android.h index 37f6166..3c0c847 100644 --- a/include/configs/mx6dl_hdmidongle_nand_android.h +++ b/include/configs/mx6dl_hdmidongle_nand_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6DL HDMI Dongle Freescale board. * @@ -41,7 +41,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx6dl_sabreauto_android.h b/include/configs/mx6dl_sabreauto_android.h index 06b3a31..e65f53e 100644 --- a/include/configs/mx6dl_sabreauto_android.h +++ b/include/configs/mx6dl_sabreauto_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6dl_sabreauto_nand_android.h b/include/configs/mx6dl_sabreauto_nand_android.h index 8cf595c..c327cb3 100644 --- a/include/configs/mx6dl_sabreauto_nand_android.h +++ b/include/configs/mx6dl_sabreauto_nand_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6dl_sabresd_android.h b/include/configs/mx6dl_sabresd_android.h index de8e5f1..3ebee6b 100644 --- a/include/configs/mx6dl_sabresd_android.h +++ b/include/configs/mx6dl_sabresd_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6q_arm2_android.h b/include/configs/mx6q_arm2_android.h index c0096a8..90ebeab 100644 --- a/include/configs/mx6q_arm2_android.h +++ b/include/configs/mx6q_arm2_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q Armadillo2 Freescale board. * @@ -47,7 +47,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_ANDROID_RECOVERY #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6q_hdmidongle_android.h b/include/configs/mx6q_hdmidongle_android.h index 756173c..5b31925 100644 --- a/include/configs/mx6q_hdmidongle_android.h +++ b/include/configs/mx6q_hdmidongle_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q HDMI Dongle Freescale board. * @@ -40,7 +40,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx6q_hdmidongle_nand_android.h b/include/configs/mx6q_hdmidongle_nand_android.h index 7f17194..074dbc9 100644 --- a/include/configs/mx6q_hdmidongle_nand_android.h +++ b/include/configs/mx6q_hdmidongle_nand_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q HDMI Dongle Freescale board. * @@ -40,7 +40,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx6q_sabreauto_android.h b/include/configs/mx6q_sabreauto_android.h index 59bc1d7..2e54b79 100644 --- a/include/configs/mx6q_sabreauto_android.h +++ b/include/configs/mx6q_sabreauto_android.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q Sabre auto Freescale board. * @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6q_sabreauto_nand_android.h b/include/configs/mx6q_sabreauto_nand_android.h index b55fcb5..97c4b1b 100644 --- a/include/configs/mx6q_sabreauto_nand_android.h +++ b/include/configs/mx6q_sabreauto_nand_android.h @@ -44,7 +44,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6q_sabresd_android.h b/include/configs/mx6q_sabresd_android.h index db92812..681bd7c 100644 --- a/include/configs/mx6q_sabresd_android.h +++ b/include/configs/mx6q_sabresd_android.h @@ -41,7 +41,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY 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 diff --git a/include/configs/mx6sl_evk_android.h b/include/configs/mx6sl_evk_android.h index 9b1261c..e4b9fed 100644 --- a/include/configs/mx6sl_evk_android.h +++ b/include/configs/mx6sl_evk_android.h @@ -44,7 +44,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 diff --git a/include/configs/mx6solo_sabreauto_android.h b/include/configs/mx6solo_sabreauto_android.h index 21e1fd9..a1bfb91 100644 --- a/include/configs/mx6solo_sabreauto_android.h +++ b/include/configs/mx6solo_sabreauto_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6solo_sabreauto_nand_android.h b/include/configs/mx6solo_sabreauto_nand_android.h index e74cbdc..4b1f498 100644 --- a/include/configs/mx6solo_sabreauto_nand_android.h +++ b/include/configs/mx6solo_sabreauto_nand_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI diff --git a/include/configs/mx6solo_sabresd_android.h b/include/configs/mx6solo_sabresd_android.h index b6993be..87e7312 100644 --- a/include/configs/mx6solo_sabresd_android.h +++ b/include/configs/mx6solo_sabresd_android.h @@ -42,7 +42,7 @@ /* For system.img growing up more than 256MB, more buffer needs * to receive the system.img*/ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x2c000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x14000000 /* 320M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x20000000 /* 512M byte */ #define CONFIG_CMD_BOOTI |