]> git.ipfire.org Git - thirdparty/grub.git/commit
arm64/efi: Fix breakage caused by verifiers
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 14 Nov 2018 19:29:18 +0000 (19:29 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 16 Nov 2018 13:42:51 +0000 (14:42 +0100)
commit9d0559c647bc30cef9b9eeb70dc1317ba5dcfd15
tree96f93cacf6b9b170133787784baf21e31af2e6f0
parentdfb1742aab1fcf40cde2e3a5e44437d21b6c81cf
arm64/efi: Fix breakage caused by verifiers

  - add variable "err" (used but not defined),
  - add GRUB_FILE_TYPE_LINUX_KERNEL to grub_file_open() call.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/arm64/linux.c