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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sabreandroid_common.h b/include/configs/mx6sabreandroid_common.h
index 6602c7d..c9d9576 100644
--- a/include/configs/mx6sabreandroid_common.h
+++ b/include/configs/mx6sabreandroid_common.h
@@ -54,4 +54,8 @@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
+#if defined(CONFIG_FASTBOOT_STORAGE_NAND)
+#define ANDROID_FASTBOOT_NAND_PARTS "16m@64m(boot) 16m@80m(recovery) 810m@96m(android_root)ubifs"
+#endif
+
#endif /* MX6_SABRE_ANDROID_COMMON_H */