diff mbox

[U-Boot,V2,05/12] mpc8569mds: Remove unnecessary CONFIG_SYS_LBC_SDRAM_BASE definition

Message ID 1292274412-11340-6-git-send-email-beckyb@kernel.crashing.org
State Accepted
Delegated to: Kumar Gala
Headers show

Commit Message

Becky Bruce Dec. 13, 2010, 9:06 p.m. UTC
This isn't used - delete it.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
---
 include/configs/MPC8569MDS.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

Comments

Kumar Gala Dec. 14, 2010, 4:21 a.m. UTC | #1
On Dec 13, 2010, at 3:06 PM, Becky Bruce wrote:

> This isn't used - delete it.
> 
> Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
> ---
> include/configs/MPC8569MDS.h |    6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)

applied to 85xx next

- k
diff mbox

Patch

diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index 9620fd0..e64277e 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 */