Re: [PATCH 14/16] Add strstr to compressed string.c for ARM.

2013-08-30 Thread Roy Franz
On Fri, Aug 30, 2013 at 7:02 AM, Grant Likely wrote: > On Fri, Aug 30, 2013 at 2:47 PM, Russell King - ARM Linux > wrote: >> On Fri, Aug 30, 2013 at 02:43:25PM +0100, Grant Likely wrote: >>> On Fri, 9 Aug 2013 16:26:15 -0700, Roy Franz wrote: >>> > The shared efi-stub-helper.c functions require

Re: [PATCH 14/16] Add strstr to compressed string.c for ARM.

2013-08-30 Thread Grant Likely
On Fri, Aug 30, 2013 at 2:47 PM, Russell King - ARM Linux wrote: > On Fri, Aug 30, 2013 at 02:43:25PM +0100, Grant Likely wrote: >> On Fri, 9 Aug 2013 16:26:15 -0700, Roy Franz wrote: >> > The shared efi-stub-helper.c functions require a strstr >> > implementation. >> > Implementation copied fro

Re: [PATCH 14/16] Add strstr to compressed string.c for ARM.

2013-08-30 Thread Russell King - ARM Linux
On Fri, Aug 30, 2013 at 02:43:25PM +0100, Grant Likely wrote: > On Fri, 9 Aug 2013 16:26:15 -0700, Roy Franz wrote: > > The shared efi-stub-helper.c functions require a strstr > > implementation. > > Implementation copied from arch/x86/boot/string.c > > > > Signed-off-by: Roy Franz > > Okay, b

Re: [PATCH 14/16] Add strstr to compressed string.c for ARM.

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:15 -0700, Roy Franz wrote: > The shared efi-stub-helper.c functions require a strstr > implementation. > Implementation copied from arch/x86/boot/string.c > > Signed-off-by: Roy Franz Okay, but at some point arch/arm/boot/compressed/string.c should be reworked into a c