Re: [PATCH v2 12/14] arm: delete unused efi support from loader/arm

2017-08-07 Thread Vladimir 'phcoder' Serbinenko
LGTM Le Thu, Aug 3, 2017 à 12:11 PM, Leif Lindholm a écrit : > The 32-bit arm efi port now shares the 64-bit linux loader, so delete > the now unused bits from the 32-bit linux loader. > > This in turn leaves the grub-core/kern/arm/efi/misc.c unused, so > delete that too. > > Signed-off-by: Leif

[PATCH v2 12/14] arm: delete unused efi support from loader/arm

2017-08-03 Thread Leif Lindholm
The 32-bit arm efi port now shares the 64-bit linux loader, so delete the now unused bits from the 32-bit linux loader. This in turn leaves the grub-core/kern/arm/efi/misc.c unused, so delete that too. Signed-off-by: Leif Lindholm --- grub-core/Makefile.am | 1 - grub-core/kern/arm/ef