u-boot-brain/board/amcc/acadia
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
..
acadia.c Fix incorrect use of getenv() before relocation 2011-05-12 19:48:42 +02:00
cmd_acadia.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
memory.c ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific 2010-09-23 09:02:05 +02:00
pll.c ppc4xx: Big header cleanup part 2, mostly PPC405 related 2010-09-23 09:02:05 +02:00
u-boot-nand.lds Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00