From mboxrd@z Thu Jan 1 00:00:00 1970 From: dibacco at libero.it Date: Thu, 15 Jan 2009 19:17:17 +0100 (CET) Subject: [U-Boot] Changing endianness of at91sam926x causes u-boot to crash Message-ID: <13608108.1662891232043437242.JavaMail.defaultUser@defaultHost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I have a board with at91sam9260 configured as little endian (via strap pin). The u-boot is working quite well. On the board there is a chip whose driver was written for PowerPC that is big endian. Unfortunately the driver was written in a bad way and it is difficult to fix endiannes dependencies. I thought to change the endianness of the processor to big endian. I recompiled everything with a big endian compiler but the u-boot is crashing. Should I change something on my hardware?