summaryrefslogtreecommitdiffstats
path: root/board/total5200/sdram.h
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2010-03-12 10:01:12 +0100
committerWolfgang Denk <wd@denx.de>2010-03-21 22:44:42 +0100
commitfd428c05c863aefb575b12b2a1916b02d5bfa759 (patch)
treeaf61cbc1d945fde6037ef62ce66723e7231183d5 /board/total5200/sdram.h
parentc0c316569f70055eb7c70864aaa6d48666782600 (diff)
downloadtalos-obmc-uboot-fd428c05c863aefb575b12b2a1916b02d5bfa759.tar.gz
talos-obmc-uboot-fd428c05c863aefb575b12b2a1916b02d5bfa759.zip
mpc5xxx: Remove all references to MGT5100
We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'board/total5200/sdram.h')
-rw-r--r--board/total5200/sdram.h5
1 files changed, 0 insertions, 5 deletions
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);
OpenPOWER on IntegriCloud