]> code.ossystems Code Review - meta-freescale.git/commitdiff
wic: Force the use of 'msdos' partition tables
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 29 Sep 2017 19:27:02 +0000 (16:27 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 30 Sep 2017 13:28:02 +0000 (10:28 -0300)
Some old SoC has problems to read GPT partition tables so we use
'msdos' as default here and if some vendor wants to override it, it
can still be done in their wks files.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
wic/imx-barebox.wks
wic/imx-uboot-spl.wks
wic/imx-uboot.wks

index 0672cbb27e08babce06de7a033752eed7721ed85..596583d347ac3f7cb26817b31df662f68c461e01 100644 (file)
@@ -15,3 +15,5 @@
 part barebox --source rawcopy --sourceparams="file=barebox.bin,skip=512" --ondisk mmcblk --no-table
 part bareboxenv --source rawcopy --sourceparams="file=bareboxenv.bin" --ondisk mmcblk --no-table --align 512
 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
+
+bootloader --ptable msdos
index d32afc908afabbc4d99e8b40089f0e34270cde78..e7b3beed6aa602aa54db8fc35105f8253e9d8f63 100644 (file)
@@ -15,3 +15,5 @@
 part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
 part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
+
+bootloader --ptable msdos
index d3609771e50ce9321be23f6336731c53bc5ef3e8..60870c34e1ca8116d8b793de77c48155350489c4 100644 (file)
@@ -14,3 +14,5 @@
 #
 part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 1
 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
+
+bootloader --ptable msdos