diff options
author | Zhong Hongbo <bocui107@gmail.com> | 2012-07-07 03:24:33 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-20 14:24:08 +0200 |
commit | 448217d4b2e11b11ae5addd1d1f752ce194d6af0 (patch) | |
tree | 0bac7b2fb11a99bf7d8c256a484188b2ca11e66c /drivers | |
parent | 3ec81d758c09d6887a77a1b1259d044a2905bc8e (diff) | |
download | blackbird-obmc-uboot-448217d4b2e11b11ae5addd1d1f752ce194d6af0.tar.gz blackbird-obmc-uboot-448217d4b2e11b11ae5addd1d1f752ce194d6af0.zip |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions