Re: [U-Boot] [PATCH] Do not copy elf section to same adress

2011-01-19 Thread Wolfgang Denk
Dear Matthias Weisser, In message 1295367283-4696-1-git-send-email-weiss...@arcor.de you wrote: When an elf section is already at the right position (e.g. after image decompression by bootm) there is no need to copy it. Signed-off-by: Matthias Weisser weiss...@arcor.de ---

[U-Boot] [PATCH] Do not copy elf section to same adress

2011-01-18 Thread Matthias Weisser
When an elf section is already at the right position (e.g. after image decompression by bootm) there is no need to copy it. Signed-off-by: Matthias Weisser weiss...@arcor.de --- common/cmd_elf.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/common/cmd_elf.c