summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8569MDS.h
diff options
context:
space:
mode:
authorBecky Bruce <beckyb@kernel.crashing.org>2010-12-13 15:06:45 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:17 -0600
commitd2d004a14fce207f82ef9a975cee4ed673e2f5f4 (patch)
treeb41d7b539ef4db9aeac04f210c8f6252033af3aa /include/configs/MPC8569MDS.h
parent2e81ad05d79328767803a4956b0ebe22e577366e (diff)
downloadblackbird-obmc-uboot-d2d004a14fce207f82ef9a975cee4ed673e2f5f4.tar.gz
blackbird-obmc-uboot-d2d004a14fce207f82ef9a975cee4ed673e2f5f4.zip
mpc8569mds: Remove unnecessary CONFIG_SYS_LBC_SDRAM_BASE definition
This isn't used - delete it. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8569MDS.h')
-rw-r--r--include/configs/MPC8569MDS.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index 9620fd0012..e64277e3f2 100644
--- a/include/configs/MPC8569MDS.h
+++ b/include/configs/MPC8569MDS.h
@@ -263,12 +263,6 @@ extern unsigned long get_clock_freq(void);
#define CONFIG_SYS_OR3_PRELIM CONFIG_NAND_OR_PRELIM /* NAND Options */
#endif
-/*
- * SDRAM on the LocalBus
- */
-#define CONFIG_SYS_LBC_SDRAM_BASE 0xf0000000 /* Localbus SDRAM */
-#define CONFIG_SYS_LBC_SDRAM_SIZE 64 /* LBC SDRAM is 64MB */
-
#define CONFIG_SYS_LBC_LCRR 0x00000004 /* LB clock ratio reg */
#define CONFIG_SYS_LBC_LBCR 0x00040000 /* LB config reg */
#define CONFIG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
OpenPOWER on IntegriCloud