Re: [PATCH 07/10] arm: switch linux loader to linux_arm_kernel_header struct

2018-02-15 Thread Daniel Kiper
On Thu, Feb 01, 2018 at 06:18:55PM +, Leif Lindholm wrote: > Use kernel header struct and magic definition to align (and coexist) with > i386/arm64 ports. > > Signed-off-by: Leif Lindholm Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing li

[PATCH 07/10] arm: switch linux loader to linux_arm_kernel_header struct

2018-02-01 Thread Leif Lindholm
Use kernel header struct and magic definition to align (and coexist) with i386/arm64 ports. Signed-off-by: Leif Lindholm --- grub-core/loader/arm/linux.c | 11 +-- include/grub/arm/linux.h | 15 --- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/grub-core