Re: [U-Boot] [PATCH 2/2] fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure

2010-05-21 Thread Kumar Gala

On May 20, 2010, at 11:16 AM, Timur Tabi wrote:

 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 ti...@freescale.com
 ---
 board/freescale/common/ngpixis.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

applied to 85xx.

- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 2/2] fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure

2010-05-20 Thread Timur Tabi
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 ti...@freescale.com
---
 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 284d044..3c59ea8 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;
-- 
1.6.5

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot