]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
verifiers: MIPS fallout cleanup
authorDaniel Kiper <daniel.kiper@oracle.com>
Mon, 18 Mar 2019 12:09:22 +0000 (13:09 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 20 Mar 2019 10:38:28 +0000 (11:38 +0100)
MIPS fallout cleanup after commit 4d4a8c96e (verifiers: Add possibility
to verify kernel and modules command lines).

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
grub-core/loader/mips/linux.c

index e256c440f6c8e8b716e54c93a2711c9ab16b6649..7b723bf189d8bf0c2d72e94badb46f6807b03b2d 100644 (file)
@@ -314,7 +314,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
 
   grub_memcpy (params, LINUX_IMAGE, sizeof (LINUX_IMAGE));
   grub_create_loader_cmdline (argc, argv, params + sizeof (LINUX_IMAGE) - 1,
-                             size);
+                             size, GRUB_VERIFY_KERNEL_CMDLINE);
 #else
   linux_argv = extra;
   argv_off = (grub_uint8_t *) linux_argv - (grub_uint8_t *) playground;