u-boot-brain/board/altera/nios2-generic
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 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
custom_fpga.h gpio: Add driver for Altera's PIO core 2011-10-28 09:50:49 +08:00
Makefile board/nios2-generic: Use altera_pio driver and remove board specific driver 2011-10-28 09:51:19 +08:00
nios2-generic.c gpio: Add driver for Altera's PIO core 2011-10-28 09:50:49 +08:00
text_base.S nios2: add nios2-generic board 2010-04-24 18:21:23 -04:00
u-boot.lds Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00