diff options
Diffstat (limited to 'include/configs/mx6sxsabresdandroid.h')
-rw-r--r-- | include/configs/mx6sxsabresdandroid.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresdandroid.h b/include/configs/mx6sxsabresdandroid.h index 7d8c64e..41f1297 100644 --- a/include/configs/mx6sxsabresdandroid.h +++ b/include/configs/mx6sxsabresdandroid.h @@ -54,7 +54,10 @@ "initrd_high=0xffffffff\0" \ #define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR +#ifdef CONFIG_FASTBOOT_STORAGE_NAND +#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000 +#else #define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000 - +#endif #endif |