u-boot-brain/arch/arm/cpu/pxa
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
..
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpuinfo.c PXA: Add cpuinfo display for PXA2xx 2011-12-06 23:59:32 +01:00
Makefile PXA: Add cpuinfo display for PXA2xx 2011-12-06 23:59:32 +01:00
pxa2xx.c PXA: Rename pxa_dram_init to pxa2xx_dram_init 2011-12-06 23:59:33 +01:00
pxafb.c PXA: pxafb: Marvell Littleton LCD definition 2010-10-19 22:46:56 +02:00
start.S arm: Fix to mistake clean the memory space 2012-07-20 14:24:08 +02:00
timer.c PXA: Fix missing get_tbclk() breaking vpac boards 2012-03-26 23:09:23 +02:00
usb.c usb: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +01:00