Re: [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.

2013-08-30 Thread Roy Franz
On Fri, Aug 30, 2013 at 6:33 AM, Grant Likely wrote: > On Fri, 9 Aug 2013 16:26:11 -0700, Roy Franz wrote: >> This #define is only used the the shared code, so move >> it there. >> >> Signed-off-by: Roy Franz > > Can this be squashed into patch 1? Yes, that makes sense. > > g. > >> --- >> ar

Re: [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:11 -0700, Roy Franz wrote: > This #define is only used the the shared code, so move > it there. > > Signed-off-by: Roy Franz Can this be squashed into patch 1? g. > --- > arch/x86/boot/compressed/eboot.h |1 - > drivers/firmware/efi/efi-stub-helper.c |

Re: [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > This #define is only used the the shared code, so move > it there. > > Signed-off-by: Roy Franz > --- Tested on arm64. Acked-by: Mark Salter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

[PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.

2013-08-09 Thread Roy Franz
This #define is only used the the shared code, so move it there. Signed-off-by: Roy Franz --- arch/x86/boot/compressed/eboot.h |1 - drivers/firmware/efi/efi-stub-helper.c |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/x86/boot/compressed/eboot.h b/arch/x