u-boot-brain/arch/powerpc/lib
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
..
_ashldi3.S powerpc: Minimal private libgcc to build on Debian 2011-12-07 23:04:32 +01:00
_ashrdi3.S powerpc: Minimal private libgcc to build on Debian 2011-12-07 23:04:32 +01:00
_lshrdi3.S powerpc: Minimal private libgcc to build on Debian 2011-12-07 23:04:32 +01:00
bat_rw.c arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warning 2011-11-07 22:16:55 +01:00
board.c Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00
bootm.c Clean up libfdt.h includes 2013-02-08 22:32:38 -05:00
cache.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
extable.c arch/powerpc/lib/extable.c: sparse fix 2012-11-04 11:00:35 -07:00
ide.c split mpc8xx hooks from cmd_ide.c 2012-10-17 07:59:08 -07:00
ide.h split mpc8xx hooks from cmd_ide.c 2012-10-17 07:59:08 -07:00
interrupts.c Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
kgdb.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00
Makefile powerpc/mpc83xx: add support for new SPL 2012-12-19 17:45:44 -06:00
memcpy_mpc5200.c MPC512x: workaround data corruption for unaligned local bus accesses 2010-06-29 14:41:37 +02:00
ppccache.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ppcstring.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
reloc.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
spl.c SPL: Port SPL framework to powerpc 2012-12-05 17:30:22 +01:00
ticks.S ppc: Create a stack frame for wait_ticks() 2012-09-02 17:10:21 +02:00
time.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00