mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Partition table hybrid means GPT + MBR. There is no need to keep the MBR when using GPT, so migrate to GPT only. This change also requires us to migrate from partition-type to partition-type-uuid, otherwise genimage won't generate an image. Note that GPT itself always writes a "protective MBR" at LBA 0. Signed-off-by: Niklas Cassel <cassel@kernel.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>