Re: [PATCH 1/3] efi/x86: move efi=debug option parsing to core

2015-08-26 Thread Matt Fleming
On Wed, 26 Aug, at 02:24:56PM, Leif Lindholm wrote: > fed6cefe3b6e ("x86/efi: Add a "debug" option to the efi= cmdline") > adds the DBG flag, but does so for x86 only. Move this early param > parsing to core code. > > Signed-off-by: Leif Lindholm > --- > arch/x86/platform/efi/efi.c | 2 -- > dri

[PATCH 1/3] efi/x86: move efi=debug option parsing to core

2015-08-26 Thread Leif Lindholm
fed6cefe3b6e ("x86/efi: Add a "debug" option to the efi= cmdline") adds the DBG flag, but does so for x86 only. Move this early param parsing to core code. Signed-off-by: Leif Lindholm --- arch/x86/platform/efi/efi.c | 2 -- drivers/firmware/efi/efi.c | 3 +++ 2 files changed, 3 insertions(+),