verifiers: MIPS fallout cleanup
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>
This commit is contained in:
parent
ee025e512f
commit
c7bdb8273c
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
|
||||||
|
|
||||||
grub_memcpy (params, LINUX_IMAGE, sizeof (LINUX_IMAGE));
|
grub_memcpy (params, LINUX_IMAGE, sizeof (LINUX_IMAGE));
|
||||||
grub_create_loader_cmdline (argc, argv, params + sizeof (LINUX_IMAGE) - 1,
|
grub_create_loader_cmdline (argc, argv, params + sizeof (LINUX_IMAGE) - 1,
|
||||||
size);
|
size, GRUB_VERIFY_KERNEL_CMDLINE);
|
||||||
#else
|
#else
|
||||||
linux_argv = extra;
|
linux_argv = extra;
|
||||||
argv_off = (grub_uint8_t *) linux_argv - (grub_uint8_t *) playground;
|
argv_off = (grub_uint8_t *) linux_argv - (grub_uint8_t *) playground;
|
||||||
|
|
Loading…
Reference in a new issue