board/orangepi/orangepi-r1/genimage.cfg: use correct partition type

The boot partition is not an EFI System Partition, it is a normal FAT
formatted partition, so using type F instead of U makes more sense.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Thomas Petazzoni 2022-07-22 22:21:47 +02:00 committed by Yann E. MORIN
parent e6951c8309
commit f57d4c5b9f

View File

@ -28,7 +28,7 @@ image sdcard.img {
}
partition boot {
partition-type-uuid = U
partition-type-uuid = F
bootable = "true"
image = "boot.vfat"
}