From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Mon, 13 May 2013 10:38:05 +0200 Subject: [U-Boot] =?utf-8?q?avr32=3A_fix_relocation_address_calculation?= In-Reply-To: <1368005117-8624-1-git-send-email-andreas.devel@googlemail.com> on Tue, 07 May 2013 23:25:17 -0000 References: <1368005117-8624-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <1368434285-31986-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Andreas Bie?mann, Andreas Bie?mann writes: >Commit 1865286466a5d0c7f2e3c37632da56556c838e9e (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 > >--- >arch/avr32/lib/board.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bie?mann