Current tizen public reference boards are using 32MB as physical
partition. To utilize storage, increase the partition size from 20MB to
32BM.
Change-Id: Id1e37b92d9d9cacca09916957e25fb22c94a0c78
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
-part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime
+part /lib/modules --fstype="ext4" --size=32 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime
part /hal --fstype="ext4" --size=256 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime