scripts: tizen: sd_fusing_rpi3: adjust extended partition size calculation
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 22 Jan 2021 10:57:03 +0000 (11:57 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:37:12 +0000 (11:37 +0100)
commitced02b7cc3d9321004e8f60372f2e31b8d3ee666
tree2b7a3c6d3acbd225c47b4f5e37bfe5838c76adad
parentd567d14f2a22fcf7afe08f556452d424e5e59053
scripts: tizen: sd_fusing_rpi3: adjust extended partition size calculation

With so many partitions defined (currently 11), the extended partition
has to be larger regardless the sfdisk tool version, otherwise, the last
partition will be smaller than the requested size.

Without this fix, fdisk from util-linux 2.33.1 creates the last partition
of 125,5M instead of 128M.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ib4cc3608bc6050b59ece57e803246d465185d65b
scripts/tizen/sd_fusing_rpi3.sh