diff options
| author | Timur Tabi <timur@freescale.com> | 2012-10-23 09:40:22 +0000 | 
|---|---|---|
| committer | Andy Fleming <afleming@freescale.com> | 2012-11-27 18:28:06 -0600 | 
| commit | d31e53b42c35a9285c1e688733ceaa995689418b (patch) | |
| tree | e7fce076b1adb09e1acef3cde44acd886cab6362 /board/freescale/common/ngpixis.h | |
| parent | 1956e431f8b0d1f4731794d9969d8e98240fefb4 (diff) | |
| download | olio-uboot-2014.01-d31e53b42c35a9285c1e688733ceaa995689418b.tar.xz olio-uboot-2014.01-d31e53b42c35a9285c1e688733ceaa995689418b.zip | |
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
The P5040DS reference board (a.k.a "Superhydra") is an enhanced version of
P3041DS/P5020DS ("Hydra") reference board.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
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 1d4483d8b..a239ee31d 100644 --- a/board/freescale/common/ngpixis.h +++ b/board/freescale/common/ngpixis.h @@ -45,7 +45,7 @@ typedef struct ngpixis {  	struct {  		u8 sw;  		u8 en; -	} s[8]; +	} s[9];		/* s[0]..s[7] is SW1..SW8, and s[8] is SW11 */  } __attribute__ ((packed)) ngpixis_t;  /* Pointer to the PIXIS register set */ |