Re: [U-Boot] [PATCH 2/3] memset: use 32-bit copies if possible

2009-10-07 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo Please fix the Subject: memset() does not copy data. > lib_generic/string.c | 16 +++- > 1 files changed, 15 insertions(+), 1 deletions(-) >

[U-Boot] [PATCH 2/3] memset: use 32-bit copies if possible

2009-10-07 Thread Alessandro Rubini
From: Alessandro Rubini Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- lib_generic/string.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/lib_generic/string.c b/lib_generic/string.c index fdccab6..68e0255 100644 --- a/lib_generic/string.c