From 5433c3620340fe0feddadf059bd74d57e6fcfb10 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 26 Jun 2013 11:00:11 -0500 Subject: [PATCH] mmc: optimze sd card partition for: https://wiki.linaro.org/WorkingGroups/Kernel/Projects/FlashCardSurvey Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 2 +- hwpack/am335x-bone-video.conf | 2 +- hwpack/am335x-boneblack.conf | 2 +- hwpack/imx51-babbage.conf | 2 +- hwpack/imx53-qsb.conf | 2 +- hwpack/imx6q-sabrelite.conf | 2 +- hwpack/imx6q-sabresd.conf | 2 +- hwpack/omap3-beagle-xm-v3.9-dt.conf | 2 +- hwpack/omap3-beagle-xm.conf | 2 +- hwpack/omap4-panda-a4.conf | 2 +- hwpack/omap4-panda-es.conf | 2 +- hwpack/omap4-panda-v3.10-dt.conf | 2 +- hwpack/omap4-panda.conf | 2 +- hwpack/wandboard-dl.conf | 2 +- hwpack/wandboard-solo.conf | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index 84c6102..1dfab79 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index feaa8cb..5dccde3 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index c25bd83..775d408 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/imx51-babbage.conf b/hwpack/imx51-babbage.conf index a827a16..0e22d3f 100644 --- a/hwpack/imx51-babbage.conf +++ b/hwpack/imx51-babbage.conf @@ -14,7 +14,7 @@ bootloader_location="dd_uboot_boot" boot_fstype="ext2" dd_uboot_bs="512" dd_uboot_seek="2" -boot_partition_size="100" +boot_partition_size="96" boot_startmb="2" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx53-qsb.conf b/hwpack/imx53-qsb.conf index 6ce93a3..fd0c155 100644 --- a/hwpack/imx53-qsb.conf +++ b/hwpack/imx53-qsb.conf @@ -14,7 +14,7 @@ bootloader_location="dd_uboot_boot" boot_fstype="ext2" dd_uboot_bs="512" dd_uboot_seek="2" -boot_partition_size="100" +boot_partition_size="96" boot_startmb="2" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx6q-sabrelite.conf b/hwpack/imx6q-sabrelite.conf index 70306b4..e8b8185 100644 --- a/hwpack/imx6q-sabrelite.conf +++ b/hwpack/imx6q-sabrelite.conf @@ -8,7 +8,7 @@ SYSTEM="mx6qsabrelite" conf_board="MX6QSABRELITE_D" conf_bootloader_in_flash="1" boot_fstype="ext2" -boot_partition_size="100" +boot_partition_size="96" #Bootloader: u-boot features: diff --git a/hwpack/imx6q-sabresd.conf b/hwpack/imx6q-sabresd.conf index 37f374a..85c3b44 100644 --- a/hwpack/imx6q-sabresd.conf +++ b/hwpack/imx6q-sabresd.conf @@ -12,7 +12,7 @@ bootloader_location="dd_uboot_boot" boot_fstype="ext2" dd_uboot_bs="512" dd_uboot_seek="2" -boot_partition_size="100" +boot_partition_size="96" boot_startmb="2" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/omap3-beagle-xm-v3.9-dt.conf b/hwpack/omap3-beagle-xm-v3.9-dt.conf index e0f6e78..960345c 100644 --- a/hwpack/omap3-beagle-xm-v3.9-dt.conf +++ b/hwpack/omap3-beagle-xm-v3.9-dt.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/omap3-beagle-xm.conf b/hwpack/omap3-beagle-xm.conf index 42efddf..63928b7 100644 --- a/hwpack/omap3-beagle-xm.conf +++ b/hwpack/omap3-beagle-xm.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda-a4.conf b/hwpack/omap4-panda-a4.conf index b1338de..a254483 100644 --- a/hwpack/omap4-panda-a4.conf +++ b/hwpack/omap4-panda-a4.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda-es.conf b/hwpack/omap4-panda-es.conf index 13bb958..4f5293f 100644 --- a/hwpack/omap4-panda-es.conf +++ b/hwpack/omap4-panda-es.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda-v3.10-dt.conf b/hwpack/omap4-panda-v3.10-dt.conf index 8a04531..7540367 100644 --- a/hwpack/omap4-panda-v3.10-dt.conf +++ b/hwpack/omap4-panda-v3.10-dt.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda.conf b/hwpack/omap4-panda.conf index 2f3c185..ae9e39b 100644 --- a/hwpack/omap4-panda.conf +++ b/hwpack/omap4-panda.conf @@ -10,7 +10,7 @@ conf_bl_listfile="bootloader-ng" #Bootloader Partition: bootloader_location="fatfs_boot" boot_fstype="fat" -boot_partition_size="100" +boot_partition_size="96" spl_name="MLO" boot_name="u-boot.img" diff --git a/hwpack/wandboard-dl.conf b/hwpack/wandboard-dl.conf index aa25d15..e884ac0 100644 --- a/hwpack/wandboard-dl.conf +++ b/hwpack/wandboard-dl.conf @@ -14,7 +14,7 @@ bootloader_location="dd_uboot_boot" boot_fstype="ext2" dd_uboot_bs="512" dd_uboot_seek="2" -boot_partition_size="100" +boot_partition_size="96" boot_startmb="2" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/wandboard-solo.conf b/hwpack/wandboard-solo.conf index ed2847a..bf34a01 100644 --- a/hwpack/wandboard-solo.conf +++ b/hwpack/wandboard-solo.conf @@ -14,7 +14,7 @@ bootloader_location="dd_uboot_boot" boot_fstype="ext2" dd_uboot_bs="512" dd_uboot_seek="2" -boot_partition_size="100" +boot_partition_size="96" boot_startmb="2" unset spl_name boot_name="u-boot.imx"