diff options
| -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 284d044c8..3c59ea802 100644 --- a/board/freescale/common/ngpixis.h +++ b/board/freescale/common/ngpixis.h @@ -24,7 +24,7 @@ typedef struct ngpixis {  	u8 aux;  	u8 spd;  	u8 brdcfg0; -	u8 dma; +	u8 brdcfg1;	/* On some boards, this register is called 'dma' */  	u8 addr;  	u8 res2[2];  	u8 data; |