X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftotal5200%2Fsdram.h;h=396a190145d0e89121fcb459cbd7b9d01bdf611a;hb=74cf809972658eae18c33e078c05a7cc9c9460c9;hp=bc21e1d300f3df62d5b6ece2d94914127ac3a5f3;hpb=6c7a14084ae5f7dde3819e4ab43fd78ea82805fe;p=u-boot diff --git a/board/total5200/sdram.h b/board/total5200/sdram.h index bc21e1d300..396a190145 100644 --- a/board/total5200/sdram.h +++ b/board/total5200/sdram.h @@ -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);