Re: [U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2010-05-05 Thread Wolfgang Denk
Dear Larry Johnson, In message <4bcd9987.9020...@acm.org> you wrote: > Signed-off-by: Larry Johnson > --- > common/cmd_bootm.c |7 ++- > common/image.c |3 +++ > 2 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software En

[U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2010-04-20 Thread Larry Johnson
Signed-off-by: Larry Johnson --- common/cmd_bootm.c |7 ++- common/image.c |3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 452686d..da06009 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -344,11 +344

[U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2009-02-24 Thread Larry Johnson
Signed-off-by: Larry Johnson --- common/cmd_bootm.c |7 ++- common/image.c |3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 6fdeef4..bc38aaa 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -339,11 +339