u-boot-brain/board/freescale/mx31ads
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
..
lowlevel_init.S mx31: Fix PDR0_CSI_PODF 2012-10-15 11:54:14 -07:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
mx31ads.c imx: fix coding style 2011-10-27 21:56:32 +02:00
u-boot.lds arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00