u-boot-brain/arch/arm/cpu/arm1176
Benoît Thébaudeau 7086e91b0e arm: relocate_code(): Use __image_copy_end for end of relocation
Use __image_copy_end instead of __bss_start for the end of the image to
relocate. This is the same as commit 033ca72, but applied to all ARM start.S.

This is a more appropriate symbol naming for an image copy & relocate feature,
and this also saves a useless copy of data put between __image_copy_end and
__bss_start in linker scripts (e.g. relocation information, or MMU
initialization tables used only before jumping to the relocated image).

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2013-04-12 07:55:05 +02:00
..
bcm2835 ARM: bcm2835: fix get_timer() to return ms 2013-04-04 08:14:54 +02:00
s3c64xx ARM: arm1176: Define arch_cpu_init() for s3c64xx 2012-11-15 21:08:19 +09:00
tnetv107x include/linux/byteorder: import latest endian definitions from linux 2012-11-04 11:00:34 -07:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpu.c ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
start.S arm: relocate_code(): Use __image_copy_end for end of relocation 2013-04-12 07:55:05 +02:00