diff options
Diffstat (limited to 'board/total5200/sdram.h')
| -rw-r--r-- | board/total5200/sdram.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/board/total5200/sdram.h b/board/total5200/sdram.h index bc21e1d30..396a19014 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); |