summaryrefslogtreecommitdiffstats
path: root/board/freescale/common/ngpixis.h
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-05-20 11:16:16 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-05-30 11:10:32 -0500
commit5f4d36825a028e300b7d56a566d2cf84418b7a68 (patch)
treece165856d8ade508abd95421151a1f6aa0a0ada6 /board/freescale/common/ngpixis.h
parent6e37a044076896ba88b0d6316fadd492032c5193 (diff)
downloadblackbird-obmc-uboot-5f4d36825a028e300b7d56a566d2cf84418b7a68.tar.gz
blackbird-obmc-uboot-5f4d36825a028e300b7d56a566d2cf84418b7a68.zip
fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure
The ngPIXIS is a board-specific FPGA, but the definition of the registers is mostly consistent. On boards where it matter, register 9 is called 'brdcfg1' instead of 'dma', so rename the variable in the ngpixis_t definition. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/common/ngpixis.h')
-rw-r--r--board/freescale/common/ngpixis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/ngpixis.h b/board/freescale/common/ngpixis.h
index 284d044c88..3c59ea8028 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;
OpenPOWER on IntegriCloud