]> git.sur5r.net Git - u-boot/blobdiff - board/total5200/sdram.h
i.MX6: mx6qsabrelite: indent with tabs
[u-boot] / board / total5200 / sdram.h
index bc21e1d300f3df62d5b6ece2d94914127ac3a5f3..396a190145d0e89121fcb459cbd7b9d01bdf611a 100644 (file)
@@ -28,12 +28,7 @@ typedef struct {
        ulong control;
        ulong config1;
        ulong config2;
-#if defined(CONFIG_MPC5200)
        ulong tapdelay;
-#endif
-#if defined(CONFIG_MGT5100)
-       ulong addrsel;
-#endif
 } sdram_conf_t;
 
 long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);