]> Git Repo - buildroot-mgba.git/commitdiff
board/*/genimage.cfg: use partition-type-uuid = F for some FAT partitions
authorThomas Petazzoni <[email protected]>
Fri, 22 Jul 2022 20:21:50 +0000 (22:21 +0200)
committerYann E. MORIN <[email protected]>
Sat, 23 Jul 2022 13:36:22 +0000 (15:36 +0200)
The genimage.cfg modified by this commit used the partition-type-uuid
c12a7328-f81f-11d2-ba4b-00a0c93ec93b, which identifies the EFI System
Partition, for a partition that isn't the EFI System Partition, but
just a regular FAT partition, for which GUID
ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 is more appropriate.

So we switch these to use partition-type-uuid = F, as it makes more
sense.

Please note that this commit introduces a difference in the resulting
output, as those partitions will now have a different GUID.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
board/friendlyarm/nanopc-t4/genimage.cfg
board/friendlyarm/nanopi-m4/genimage.cfg
board/pine64/rockpro64/genimage.cfg
board/radxa/rockpi-4/genimage.cfg
board/radxa/rockpi-n10/genimage.cfg
board/radxa/rockpi-n8/genimage.cfg

index 98dc2f38925d59195aa78bdfadb2b284fd601f6e..1787322260d51cd5d0e6d72645acbd7030af77a0 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
index 8d0e6ad13bda3463e5d01ee491311c8fa7aa9096..3e6818eab90b7ca196b423baee4e93ece488afd2 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
index d3926f2df6e17d46705756054299e1707bee1fa0..94fa2f7c0601d1cfd4989fcdec87f6b742ff396a 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
index 68cc4d61a825fba1d1c9023ba599bfcce66d067e..9f64e96970c891abe5fe2cfb22aa0f7d6b1cd1ff 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
index 7f4b639bbcac43f8e2e90dd616e6a16a8c3e88c5..fe6fa3f8f9a0d898a25928425fa1ce147efbc125 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
index 909a646499c30156e3ce4aac6bca6ddba95ed959..bfcd92f590effbb28cc1fa000a333bed46fec416 100644 (file)
@@ -26,7 +26,7 @@ image sdcard.img {
        }
 
        partition boot {
-               partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+               partition-type-uuid = F
                bootable = "true"
                image = "boot.vfat"
                offset = 16M
This page took 0.042885 seconds and 4 git commands to generate.