[U-Boot] [STATUS] v2009.08-rc3 is out

Reinhard Meyer u-boot at emk-elektronik.de
Wed Dec 22 11:00:44 CET 2010


Dear Jens Scharsig,
> I have parsed the code again and again. In result I found the problem in generated code.

> In fact, the 4.2.2 code does access byte wise to soc (AT91) control registers, but should write data as an single word.
>
> But I have no idea to prevent this.

By chance, the structure declaration has a packed attribute? Or other quirks which might
make the compiler think the field _might be_ unaligned?

Best Regards,
Reinhard


More information about the U-Boot mailing list