Re: [U-Boot] [Patch ARM/AT91] remove __attribute__ ((packed)) in at91 headers

2011-04-11 Thread Reinhard Meyer
Dear Jens Scharsig, > * remove __attribute__ ((packed)) to prevent byte access > to soc registers in some gcc version > > Signed-off-by: Jens Scharsig > --- Applied to u-boot-atmel/next. Thanks, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] [Patch ARM/AT91] remove __attribute__ ((packed)) in at91 headers

2010-12-22 Thread Jens Scharsig
* remove __attribute__ ((packed)) to prevent byte access to soc registers in some gcc version Signed-off-by: Jens Scharsig --- see arch/arm/include/asm/arch-at91/at91_mc.h | 10 +- arch/arm/include/asm/arch