diff options
Diffstat (limited to 'board/freescale/common/ngpixis.h')
| -rw-r--r-- | board/freescale/common/ngpixis.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/common/ngpixis.h b/board/freescale/common/ngpixis.h index 3c59ea802..089408b76 100644 --- a/board/freescale/common/ngpixis.h +++ b/board/freescale/common/ngpixis.h @@ -45,7 +45,7 @@ typedef struct ngpixis {  		u8 sw;  		u8 en;  	} s[8]; -} ngpixis_t  __attribute__ ((aligned(1))); +} __attribute__ ((packed)) ngpixis_t;  /* Pointer to the PIXIS register set */  #define pixis ((ngpixis_t *)PIXIS_BASE) |