]> git.proxmox.com Git - grub2.git/commit
commands/file: Use definitions from arm64/linux.h
authorLeif Lindholm <leif.lindholm@linaro.org>
Mon, 25 Jun 2018 17:01:29 +0000 (18:01 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 11 Jul 2018 10:02:18 +0000 (12:02 +0200)
commit9b37229f013db1b150082ac130be7c20b3db8cea
treea19afe6d6c7d0d48de3393caec9680e006f01ec4
parent40dc61ed75e08e7dc2951bdae5c59fecb15bbb72
commands/file: Use definitions from arm64/linux.h

Clean up code for matching IS_ARM64 slightly by making use of struct
linux_arm64_kernel_header and GRUB_LINUX_ARM64_MAGIC_SIGNATURE.

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