From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Wed, 22 Dec 2010 11:50:40 +0100 Subject: [U-Boot] [STATUS] v2009.08-rc3 is out In-Reply-To: <4D11CC4C.4060008@emk-elektronik.de> References: <20090822214116.7BD67833DBD2@gemini.denx.de> <4D10BB60.9020800@scharsoft.de> <20101221145030.180B1126EB19@gemini.denx.de> <4D11C505.1060703@scharsoft.de> <4D11CC4C.4060008@emk-elektronik.de> Message-ID: <4D11D800.5060607@scharsoft.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 Reinhard Meyer > > By chance, the structure declaration has a packed attribute? Or other > quirks which might > make the compiler think the field _might be_ unaligned? You are right, there are some __attribute__ ((packed)) statements. I don't remember why. I've remove this statments and the EDLK compiled binary runs. I will send a Patch in next hours. regards Jens