change boot partition size to 32MB 04/33004/1
authorSuchang Woo <suchang.woo@samsung.com>
Fri, 2 Jan 2015 05:32:06 +0000 (14:32 +0900)
committerSuchang Woo <suchang.woo@samsung.com>
Fri, 2 Jan 2015 05:44:46 +0000 (14:44 +0900)
64MB is too big to download it to the Odroid U3 device.
The current boot partition size of Odroid U3 is 32MB.

This patch already has been merged to the Tizen common profile.

 https://review.tizen.org/gerrit/gitweb?p=profile/common/meta.git;a=commit;h=4c5da9e6859b166a5b99eeeeece88366fda0ac22

Change-Id: I9875c53958074e9bdd674590e8431e65ab45f20f
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
partitions/tv-mbr-boot

index 66dcfb5..6f894b1 100644 (file)
@@ -1,2 +1,2 @@
-part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
+part /boot --fstype="vfat" --size=32 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
 part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime