commit | 448217d4b2e11b11ae5addd1d1f752ce194d6af0 | [log] [tgz] |
---|---|---|
author | Zhong Hongbo <bocui107@gmail.com> | Sat Jul 07 03:24:33 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Jul 20 14:24:08 2012 +0200 |
tree | 0bac7b2fb11a99bf7d8c256a484188b2ca11e66c | |
parent | 3ec81d758c09d6887a77a1b1259d044a2905bc8e [diff] |
arm: Fix to mistake clean the memory space In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>