diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-10-12 11:13:24 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-16 13:06:13 +0800 |
commit | 5e19381b724e649e316f3e1764c9e640e3f63761 (patch) | |
tree | ee7621048ed1047593f7122692a24a8cd0b8e214 | |
parent | 72ec78b6d2c8104655f4c4d6d49ce699aefbc778 (diff) | |
download | u-boot-imx-5e19381b724e649e316f3e1764c9e640e3f63761.zip u-boot-imx-5e19381b724e649e316f3e1764c9e640e3f63761.tar.gz u-boot-imx-5e19381b724e649e316f3e1764c9e640e3f63761.tar.bz2 |
ENGR00159740 Android: Fastboot: enlarge max image size to 148MB
enlarge max image size to 148MB from 128MB. since android become bigger.
so 128M not enough.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r-- | include/configs/mx50_rd3_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx50_rdp_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx51_bbg_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_evk_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_smd_android.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/mx50_rd3_android.h b/include/configs/mx50_rd3_android.h index a1ac3c0..9070460 100644 --- a/include/configs/mx50_rd3_android.h +++ b/include/configs/mx50_rd3_android.h @@ -316,7 +316,7 @@ #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_SATA_NO 0 #define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ #define CONFIG_ANDROID_RECOVERY #define CONFIG_ANDROID_RECOVERY_BOOTARGS_MMC \ diff --git a/include/configs/mx50_rdp_android.h b/include/configs/mx50_rdp_android.h index 951be9c..ad1067b 100644 --- a/include/configs/mx50_rdp_android.h +++ b/include/configs/mx50_rdp_android.h @@ -319,7 +319,7 @@ #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_SATA_NO 0 #define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ #define CONFIG_ANDROID_RECOVERY #define CONFIG_ANDROID_RECOVERY_BOOTARGS_MMC \ diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index b222510..dbb8ab3 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -101,7 +101,7 @@ #define CONFIG_FASTBOOT_INTERFACE_STR "Android fastboot" #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_TRANSFER_BUF 0xA0000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ #define CONFIG_ANDROID_RECOVERY #define CONFIG_POWER_KEY KEY_F3 diff --git a/include/configs/mx53_evk_android.h b/include/configs/mx53_evk_android.h index bdb2a95..3dd9278 100644 --- a/include/configs/mx53_evk_android.h +++ b/include/configs/mx53_evk_android.h @@ -91,7 +91,7 @@ #define CONFIG_FASTBOOT_INTERFACE_STR "Android fastboot" #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ #define CONFIG_ANDROID_RECOVERY diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index d48dbd6..a78acfe 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -92,7 +92,7 @@ #define CONFIG_FASTBOOT_SERIAL_NUM "12345" #define CONFIG_FASTBOOT_SATA_NO 0 #define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000 -#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ +#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ #define CONFIG_ANDROID_RECOVERY |