From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Sep 2012 02:54:12 +0200 Subject: [U-Boot] Resets on mx6qsabrelite In-Reply-To: <20120925002247.GS1797@bill-the-cat> References: <20120925002247.GS1797@bill-the-cat> Message-ID: <201209250254.13144.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom Rini, > On Mon, Sep 24, 2012 at 09:03:27PM -0300, Fabio Estevam wrote: > > On Wed, Sep 19, 2012 at 5:20 PM, Tom Rini wrote: > > > I lmgtfy.com'd Marek, but for everyone, > > > http://lists.denx.de/pipermail/u-boot/2012-July/127260.html is the > > > start of the thread. > > > > I am still getting the same issue on 2012.10-rc1. > > > > Is anyone else having issues to load a kernel with 2012.10-rc1 on > > sabrelite? > > I bet everyone with a sufficiently recent toolchain is. I'm seeing this > on TI boards when I use the Linaro toolchain rather than ELDK-5.2. > Albert, what do you want to do about this? Whine! It's broken for me. I've been digging further on and it seems that the crash in Fabio's case is caused by: common/fdt_support.c : fdt_fixup_ethernet() loading char mac[16] = "ethaddr"; where the "ethaddr" string constant is stored unaligned in the .rodata section. Best regards, Marek Vasut