From 6dc36290326c3ec487e2bcd94b4b0b32b71053ca Mon Sep 17 00:00:00 2001 From: Alexandre Ghiti Date: Wed, 22 Sep 2021 06:38:14 +0200 Subject: [PATCH] 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 --- include/pt-gpt-partnames.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pt-gpt-partnames.h b/include/pt-gpt-partnames.h index e7a0be95c..076e09186 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")),