Re: [U-Boot] [PATCH v4] arm, davinci: Fix clear bss loop for zero length bss

2011-11-29 Thread Christian Riesch
On Tue, Nov 29, 2011 at 11:48 AM, Christian Riesch wrote: > This patch fixes the clear bss loop for bss sections that have > zero length, i.e., where __bss_start == __bss_end__. > > Signed-off-by: Christian Riesch > Cc: Albert Aribaud Oh, wrong subject line, this is for arm, not only for 'arm,

[U-Boot] [PATCH v4] arm, davinci: Fix clear bss loop for zero length bss

2011-11-29 Thread Christian Riesch
This patch fixes the clear bss loop for bss sections that have zero length, i.e., where __bss_start == __bss_end__. Signed-off-by: Christian Riesch Cc: Albert Aribaud --- Hi, this is v4 of a patch out of my recent patchset [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI http://lists.d