Re: [U-Boot] [PATCH v2 02/17] x86: Speed up copy-to-RAM and clear BSS operations

2012-01-11 Thread Simon Glass
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ wrote: > The implementations of memcpy and memset are now the optimised versions > from glibc, so use them instead of simple copy loops > > Signed-off-by: Graeme Russ Acked-by: Simon Glass > --- > Changes for v2: >  - Removed unneeded brackets > >  

Re: [U-Boot] [PATCH v2 02/17] x86: Speed up copy-to-RAM and clear BSS operations

2012-01-04 Thread Graeme Russ
Oops, after painstakingly setting In-Reply-To: I've gone and left git-send-email chain-reply on :( Sorry 'bout that Regards, Graeme ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 02/17] x86: Speed up copy-to-RAM and clear BSS operations

2012-01-04 Thread Graeme Russ
The implementations of memcpy and memset are now the optimised versions from glibc, so use them instead of simple copy loops Signed-off-by: Graeme Russ --- Changes for v2: - Removed unneeded brackets arch/x86/lib/board.c | 17 + 1 files changed, 5 insertions(+), 12 deletions(