u-boot-brain/board/actux3
Albert ARIBAUD 3ebd1cbc49 arm: make __bss_start and __bss_end__ compiler-generated
Turn __bss_start and __bss_end__ from linker-generated
to compiler-generated symbols, causing relocations for
these symbols to change type, from R_ARM_ABS32 to
R_ARM_RELATIVE.

This should have no functional impact, as it affects
references to __bss_start and __bss_end__ only before
relocation, and no such references are done.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2013-03-12 23:28:32 +01:00
..
actux3_hw.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
actux3.c IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
u-boot.lds arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00