u-boot-brain/arch/avr32
Andreas Bießmann a7e62be091 avr32: fix relocation address calculation
Commit 1865286466 (Introduce generic link
section.h symbol files) changed the __bss_end symbol type from char[] to
ulong. This led to wrong relocation parameters which ended up in a not working
u-boot. Unfortunately this is not clear to see cause due to RAM aliasing we
may get a 'half-working' u-boot then.

Fix this by dereferencing the __bss_end symbol where needed.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
2013-05-13 10:35:12 +02:00
..
cpu Merge branch 'master' of git://git.denx.de/u-boot-arm 2013-03-18 14:37:18 -04:00
include/asm Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
lib avr32: fix relocation address calculation 2013-05-13 10:35:12 +02:00
config.mk avr32: Remove redundant LDSCRIPT definition 2012-09-02 00:37:02 +02:00