u-boot-brain/arch/arm/cpu/arm926ejs/mxs
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
..
clock.c mxs: Add MX23 quirks into the clock code 2013-01-21 12:05:22 +01:00
iomux.c mxs: prefix register acessor macros with 'mxs' prefix 2012-09-01 14:58:17 +02:00
Makefile mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs 2012-09-01 14:58:17 +02:00
mxs_init.h mxs: Reowork SPL to use 'mxs' prefix for methods 2012-09-01 14:58:17 +02:00
mxs.c mxs: Use __weak annotation to simplify code 2013-01-28 06:54:19 +01:00
spl_boot.c mx23: SPL: Add boot mode support 2013-01-21 12:05:21 +01:00
spl_lradc_init.c mxs: Reowork SPL to use 'mxs' prefix for methods 2012-09-01 14:58:17 +02:00
spl_mem_init.c mxs: Use __weak annotation to simplify code 2013-01-28 06:54:19 +01:00
spl_power_init.c mxs: Add function to ungate the power block on MX23 2013-01-21 12:05:22 +01: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
u-boot-imx23.bd mx23: config: Enable building of u-boot.sb binary 2013-01-21 12:05:21 +01:00
u-boot-imx28.bd MX28: config: Allow different target generation in elftosb call 2012-09-01 14:58:27 +02:00
u-boot-spl.lds Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00