u-boot-brain/arch/nios2/cpu
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
..
cpu.c nios2: Pseudo implement dcache_status/enable/disable() 2011-10-28 09:50:13 +08:00
epcs.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
exceptions.S nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
fdt.c Clean up libfdt.h includes 2013-02-08 22:32:38 -05:00
interrupts.c nios2: implement get_ticks and get_tbclk 2012-02-23 08:31:20 +08:00
Makefile nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). 2011-10-30 21:02:43 +08:00
start.S Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00
sysid.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
traps.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
u-boot.lds Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00