Skip to content

Commit 402da3b

Browse files
Fearyncesschenx97
authored andcommitted
lib/mips64: use a common GUID impl in GRUB
1 parent d4942f6 commit 402da3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub-core/lib/mips64/efi/loongson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ grub_efi_loongson_get_boot_params (void)
412412
{
413413
static void * boot_params = NULL;
414414
grub_efi_configuration_table_t *tables;
415-
grub_efi_guid_t smbios_guid = GRUB_EFI_LOONGSON_SMBIOS_TABLE_GUID;
415+
grub_guid_t smbios_guid = GRUB_EFI_LOONGSON_SMBIOS_TABLE_GUID;
416416
unsigned int i;
417417

418418
if (boot_params)

0 commit comments

Comments
 (0)