summaryrefslogtreecommitdiff
path: root/include/configs/mx7dsabresdandroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx7dsabresdandroid.h')
-rw-r--r--include/configs/mx7dsabresdandroid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresdandroid.h b/include/configs/mx7dsabresdandroid.h
index c8518a6..74112d8 100644
--- a/include/configs/mx7dsabresdandroid.h
+++ b/include/configs/mx7dsabresdandroid.h
@@ -54,7 +54,10 @@
#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