[U-Boot] [PATCH 01/10] Fix IP alignement problem

Ben Warren biggerbadderben at gmail.com
Fri Oct 17 08:00:30 CEST 2008


Olav Morken wrote:
> This patch removes volatile from:
> volatile IP_t *ip = (IP_t *)xip;
>
> Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
> using volatile, which causes an exception since xip isn't aligned on a word
> boundary.
>   
Applied to net/testing.

regards,
Ben


More information about the U-Boot mailing list