From: Alexandre Ghiti Date: Wed, 22 Sep 2021 04:38:14 +0000 (+0200) Subject: include: Rename HiFive partition UUIDs X-Git-Tag: v2.38-rc1~247^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dc36290326c3ec487e2bcd94b4b0b32b71053ca;p=thirdparty%2Futil-linux.git include: Rename HiFive partition UUIDs Both HiFive Unleashed and HiFive Unmatched bootloaders seek for the same UUIDs to load the next stage bootloader: the current name makes partitions on Unmatched board appear as 'Unleashed'. Fix that by removing the 'Unleashed' part of the current naming so it fits both. Signed-off-by: Alexandre Ghiti --- diff --git a/include/pt-gpt-partnames.h b/include/pt-gpt-partnames.h index e7a0be95c4..076e09186f 100644 --- a/include/pt-gpt-partnames.h +++ b/include/pt-gpt-partnames.h @@ -177,9 +177,9 @@ DEF_GUID("CEF5A9AD-73BC-4601-89F3-CDEEEEE321A1", N_("QNX6 file system")), /* Plan 9 */ DEF_GUID("C91818F9-8025-47AF-89D2-F030D7000C2C", N_("Plan 9 partition")), -/* HiFive Unleased bootloaders */ -DEF_GUID("5B193300-FC78-40CD-8002-E86C45580B47", N_("HiFive Unleashed FSBL")), -DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive Unleashed BBL")), +/* HiFive bootloaders */ +DEF_GUID("5B193300-FC78-40CD-8002-E86C45580B47", N_("HiFive FSBL")), +DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive BBL")), /* Haiku */ DEF_GUID("42465331-3BA3-10F1-802A-4861696B7521", N_("Haiku BFS")),