u-boot-brain/arch/arm/cpu/arm1136
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
..
mx31 mx31: add "ARM11P power gating" to get_reset_cause 2012-03-27 09:41:15 +02:00
mx35 mx35: generic: Let get_reset_cause be defined only when CONFIG_DISPLAY_CPUINFO is selected 2012-02-27 21:19:24 +01:00
omap24xx omap24xx: fix 'reset_timer_masked' declaration error 2011-09-07 22:03:06 +02:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpu.c ARM1136: MX35: Make asm routines volatile in cache ops 2012-04-16 14:53:59 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
start.S arm: Fix to mistake clean the memory space 2012-07-20 14:24:08 +02:00