summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2014-12-02 17:56:50 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2014-12-02 19:07:53 +0800
commit3ddc0dd0011ea1448191ecb2461ed9a0ff7bf387 (patch)
treef26be5c88e0ef639fcac17629edcece97c588d99 /include
parent18aff32789958bc147fd971e1cb20e0fea445593 (diff)
downloadu-boot-imx-3ddc0dd0011ea1448191ecb2461ed9a0ff7bf387.zip
u-boot-imx-3ddc0dd0011ea1448191ecb2461ed9a0ff7bf387.tar.gz
u-boot-imx-3ddc0dd0011ea1448191ecb2461ed9a0ff7bf387.tar.bz2
MA-5830 Align Fastboot NAND config with bootloader partition 64M
Align the "MLK-9918: Reserve more space in uboot partition for NAND boot configurations" to enlarge the bootloader partition to be 64M Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sabreandroid_common.h4
-rw-r--r--include/configs/mx6sxsabreautoandroid.h4
2 files changed, 8 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 */
diff --git a/include/configs/mx6sxsabreautoandroid.h b/include/configs/mx6sxsabreautoandroid.h
index ec1cc76..905debf 100644
--- a/include/configs/mx6sxsabreautoandroid.h
+++ b/include/configs/mx6sxsabreautoandroid.h
@@ -53,4 +53,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