]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/tqc/tqm5200/mt48lc16m16a2-75.h
mpc5xxx: Remove all references to MGT5100
[people/ms/u-boot.git] / board / tqc / tqm5200 / mt48lc16m16a2-75.h
index 3f1e1691bb6e5312c1142325d9841dacc836681c..48b43213dcb9bad603bb91d53e8713ddeb5be487 100644 (file)
@@ -23,7 +23,6 @@
 
 #define SDRAM_DDR      0               /* is SDR */
 
-#if defined(CONFIG_MPC5200)
 /* Settings for XLB = 132 MHz */
 #define SDRAM_MODE     0x00CD0000
 /* #define SDRAM_MODE  0x008D0000 */ /* CAS latency 2 */
 /*#define SDRAM_CONFIG1        0xD7322800 */ /* SDRAM controller bug workaround */
 #define SDRAM_CONFIG2  0x8AD70000
 /*#define SDRAM_CONFIG2        0xDDD70000 */ /* SDRAM controller bug workaround */
-
-#elif defined(CONFIG_MGT5100)
-/* Settings for XLB = 66 MHz */
-#define SDRAM_MODE     0x008D0000
-#define SDRAM_CONTROL  0x504F0000
-#define SDRAM_CONFIG1  0xC2222600
-#define SDRAM_CONFIG2  0x88B70004
-#define SDRAM_ADDRSEL  0x02000000
-
-#else
-#error Neither CONFIG_MPC5200 or CONFIG_MGT5100 defined
-#endif