summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabreandroid_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx6sabreandroid_common.h')
-rw-r--r--include/configs/mx6sabreandroid_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6sabreandroid_common.h b/include/configs/mx6sabreandroid_common.h
index ae23923..02d3bf8 100644
--- a/include/configs/mx6sabreandroid_common.h
+++ b/include/configs/mx6sabreandroid_common.h
@@ -63,6 +63,9 @@
"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 /* MX6_SABRE_ANDROID_COMMON_H */