diff options
author | Tom Rini <trini@ti.com> | 2012-11-28 08:30:21 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-11-28 08:30:21 -0700 |
commit | a86fcff69519841aa1338efb1ace37ca77c16c35 (patch) | |
tree | 7b3de43c3bd829bb4375fec4e7f0d5f3d096b9f8 /board/freescale/common/ngpixis.h | |
parent | d41b3cc16fd97da23900f79e8fefdeedeebde8f6 (diff) | |
parent | afbfdf545090472b734367ac2c874bfbe8928790 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
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 1d4483d8b9..a239ee31df 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 */ |