board/*/genimage.cfg: use partition-type-uuid U where relevant

This commit changes to use partition-type-uuid = U instead of
c12a7328-f81f-11d2-ba4b-00a0c93ec93b where relevant for the EFI System
Partition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022.08.x
Thomas Petazzoni 2022-07-22 22:21:48 +02:00 committed by Yann E. MORIN
parent f57d4c5b9f
commit 025d8ac80d
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ image disk.img {
partition boot {
image = "efi-part.vfat"
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
partition-type-uuid = U
offset = 32K
bootable = true
}

View File

@ -19,7 +19,7 @@ image disk.img {
partition boot {
image = "efi-part.vfat"
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
partition-type-uuid = U
offset = 32K
bootable = true
}

View File

@ -19,7 +19,7 @@ image disk.img {
partition boot {
image = "efi-part.vfat"
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
partition-type-uuid = U
offset = 32K
bootable = true
}