From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Akman Date: Mon, 24 Sep 2012 23:28:17 -0400 Subject: [U-Boot] Resets on mx6qsabrelite In-Reply-To: <201209250503.26285.marex@denx.de> References: <5060FDF0.6010709@boundarydevices.com> <506115CE.6000205@writeme.com> <201209250503.26285.marex@denx.de> Message-ID: <506124D1.9010909@writeme.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek On 09/24/2012 11:03 PM, Marek Vasut wrote: > That's because these ancient (and crap ... everything between 4.2 and 4.6 was > quite crap on arm) toolchains don't generate unaligned string starts in .rodata > . New toolchains do, yet I have no idea how to fix it ... probably Albert might > know? I just compiled with ELDK-5.2 toolchain : U-Boot 2012.10-rc1 (Sep 24 2012 - 23:15:50) arm-linux-gnueabi-gcc (GCC) 4.6.4 20120303 (prerelease) GNU ld (GNU Binutils) 2.22 I see no resets. So I am not sure if that means toolchains until including 4.6.4 has this bug. Hope this helps.