Re: [PATCH 10/10] commands/file: use definitions from arm64/linux.h

2018-02-15 Thread Daniel Kiper
On Thu, Feb 01, 2018 at 06:18:58PM +, Leif Lindholm wrote: > Clean up code for matching IS_ARM64 slightly by making use of struct > linux_arm_kernel_header and GRUB_LINUX_ARM64_MAGIC_SIGNATURE. > > Signed-off-by: Leif Lindholm Reviewed-by: Daniel Kiper

[PATCH 10/10] commands/file: use definitions from arm64/linux.h

2018-02-01 Thread Leif Lindholm
Clean up code for matching IS_ARM64 slightly by making use of struct linux_arm_kernel_header and GRUB_LINUX_ARM64_MAGIC_SIGNATURE. Signed-off-by: Leif Lindholm --- grub-core/commands/file.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git