]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/fsl_dspi.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog
[thirdparty/u-boot.git] / include / fsl_dspi.h
index 4fec83549e1f1dfbd3f40828e62f5a1852b305ca..ebe1803e4665440c8a0a337df8c9e543f68551ec 100644 (file)
@@ -21,14 +21,8 @@ struct dspi {
        u32 irsr;       /* 0x30 */
        u32 tfr;        /* 0x34 - PUSHR */
        u32 rfr;        /* 0x38 - POPR */
-#ifdef CONFIG_MCF547x_8x
-       u32 tfdr[4];    /* 0x3C */
-       u8 resv2[0x30]; /* 0x40 */
-       u32 rfdr[4];    /* 0x7C */
-#else
        u32 tfdr[16];   /* 0x3C */
        u32 rfdr[16];   /* 0x7C */
-#endif
 };
 
 /* Module configuration */