diff options
Diffstat (limited to 'include/configs/mx6dl_hdmidongle_android.h')
-rw-r--r-- | include/configs/mx6dl_hdmidongle_android.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |