summaryrefslogtreecommitdiff
path: root/include/asm-ppc/mpc8xxx_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/mpc8xxx_spi.h')
-rw-r--r--include/asm-ppc/mpc8xxx_spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/mpc8xxx_spi.h b/include/asm-ppc/mpc8xxx_spi.h
index 053d11e..48b15e4 100644
--- a/include/asm-ppc/mpc8xxx_spi.h
+++ b/include/asm-ppc/mpc8xxx_spi.h
@@ -40,7 +40,7 @@ typedef struct spi8xxx {
u32 com; /* command register */
u32 tx; /* transmit register */
u32 rx; /* receive register */
- u8 res1[0xC8]; /* fill up to 0x100 */
+ u8 res1[0xFC8]; /* fill up to 0x1000 */
} spi8xxx_t;
#endif