commit | 8f1da53508c78789ebeea98a92a3f55c3f84dc5d | [log] [tgz] |
---|---|---|
author | Christian Riesch <christian.riesch@omicron.at> | Wed Nov 30 22:27:37 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:33 2011 +0100 |
tree | dd3dc4dbbbeb08b8c81a4d7ea70e74f73b864386 | |
parent | ef426d45cc94678eab90ebaf1b62fe0f4f0e4691 [diff] |
arm, arm926ejs: Fix clear bss loop for zero length bss 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 <christian.riesch@omicron.at> Cc: Albert Aribaud <albert.u.boot@aribaud.net>