u-boot-brain/arch/arm/cpu/arm920t
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
..
a320
at91
ep93xx
imx
ks8695
s3c24x0 ARM: fix s3c2410 timer code 2012-03-27 22:08:28 +02:00
config.mk
cpu.c
interrupts.c
Makefile
start.S arm: Fix to mistake clean the memory space 2012-07-20 14:24:08 +02:00