wic/beaglev.wks: Remove workaround to force msdos partition table

The issue was in partition resizing script which has been found and
fixed for GPT see [1]

Therefore we can switch back to GPT parition layout now

[1] https://github.com/96boards/96boards-tools/pull/15

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-06-02 20:55:25 -07:00 committed by Alistair Francis
parent 0978ff3e19
commit 4b1cfe89fd

View file

@ -2,5 +2,3 @@
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 1G
bootloader --ptable msdos