u-boot-brain/arch/arm/cpu/pxa
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end
Note this is a tree-wide change affecting multiple architectures.

At present we use __bss_start, but mostly __bss_end__. This seems
inconsistent and in a number of places __bss_end is used instead.

Change to use __bss_end for the BSS end symbol throughout U-Boot. This
makes it possible to use the asm-generic/sections.h file on all
archs.

Signed-off-by: Simon Glass <sjg@chromium.org>
2013-03-15 16:13:54 -04:00
..
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpuinfo.c pxa: Add code to examine cpu model and revision 2012-10-15 11:54:07 -07: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 Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00
timer.c arm: Move lastinc to arch_global_data 2013-02-01 15:07:50 -05:00
usb.c usb: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +01:00