Skip to content

Commit c85d646

Browse files
committed
util/grub-install: mips64el-efi: rename removable executable
as loongson3 machines with 64-bit EFI only accept BOOTMIPS.EFI
1 parent cb1215b commit c85d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/grub-install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ main (int argc, char *argv[])
12931293
efi_file = "BOOTRISCV64.EFI";
12941294
break;
12951295
case GRUB_INSTALL_PLATFORM_MIPS64EL_EFI:
1296-
efi_file = "BOOTMIPS64EL.EFI";
1296+
efi_file = "BOOTMIPS.EFI";
12971297
break;
12981298
default:
12991299
grub_util_error ("%s", _("You've found a bug"));

0 commit comments

Comments
 (0)