u-boot-brain/arch/arm
Zhong Hongbo 448217d4b2 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>
2012-07-20 14:24:08 +02:00
..
cpu arm: Fix to mistake clean the memory space 2012-07-20 14:24:08 +02:00
dts tegra: fdt: Add keyboard controller definition 2012-05-15 08:31:40 +02:00
include/asm Merge branch 'next' of git://git.denx.de/u-boot-video 2012-07-18 10:47:03 +02:00
lib ARM: cache: Move the cp15 CR register read before flushing the cache. 2012-07-07 14:07:44 +02:00
config.mk Makefile: Add a 'checkthumb' rule 2012-05-15 08:31:26 +02:00