]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: Rename HiFive partition UUIDs
authorAlexandre Ghiti <alexandre.ghiti@canonical.com>
Wed, 22 Sep 2021 04:38:14 +0000 (06:38 +0200)
committerAlexandre Ghiti <alexandre.ghiti@canonical.com>
Wed, 22 Sep 2021 04:38:14 +0000 (06:38 +0200)
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 <alexandre.ghiti@canonical.com>
include/pt-gpt-partnames.h

index e7a0be95c45ca2dcbe8a0e19bea5191383a158dd..076e09186f6658196875867516cd0352b194798e 100644 (file)
@@ -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")),