X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fmpc8xxx_spi.h;h=48b15e4f33b337d17415732f42d88c8febc32986;hb=f58934551e052db5a1f33f53dcc9cbf6fcb72910;hp=053d11e53b455a69969f205ff1c84de8b10e4438;hpb=2956acd5ef93a498337f8ac2ec6ae6a77d491dc5;p=oweals%2Fu-boot.git diff --git a/include/asm-ppc/mpc8xxx_spi.h b/include/asm-ppc/mpc8xxx_spi.h index 053d11e53b..48b15e4f33 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