Re: [U-Boot] [PATCH 01/17] x86: Import glibc memcpy implementation

2012-01-03 Thread Simon Glass
On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: > Taken from glibc version 2.14.90 > > Signed-off-by: Graeme Russ Acked-by: Simon Glass > --- >  arch/x86/include/asm/string.h |    2 +- >  arch/x86/lib/string.c         |   61 > + >  2 files changed, 6

[U-Boot] [PATCH 01/17] x86: Import glibc memcpy implementation

2012-01-01 Thread Graeme Russ
Taken from glibc version 2.14.90 Signed-off-by: Graeme Russ --- arch/x86/include/asm/string.h |2 +- arch/x86/lib/string.c | 61 + 2 files changed, 62 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/string.h b/arch/x86/includ