Skip to content

Commit 828d798

Browse files
Fearyncesschenx97
authored andcommitted
loader/mips64/linux: drop argv[] args when calling grub_initrd_load()
1 parent fb3c7be commit 828d798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub-core/loader/mips64/linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ grub_cmd_initrd (grub_command_t cmd __attribute__ ((unused)),
523523
initrd_dest = get_virtual_current_address (ch);
524524
}
525525

526-
if (grub_initrd_load (&initrd_ctx, argv, initrd_dest))
526+
if (grub_initrd_load (&initrd_ctx, initrd_dest))
527527
goto fail;
528528

529529
grub_snprintf ((char *) linux_args_addr + rd_addr_arg_off,

0 commit comments

Comments
 (0)