Convert CONFIG_SAMSUNG_ONENAND to Kconfig
[platform/kernel/u-boot.git] / include / fsl_dspi.h
index 4fec835..ebe1803 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 */