diff options
| author | Jon Loeliger <jdl@freescale.com> | 2008-11-20 12:01:02 -0600 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2008-12-01 10:28:50 -0600 | 
| commit | 801a194616d95e6fc426a176d9615ccbf9876c7f (patch) | |
| tree | 9465d7d6808452f865a3a0c0604167d45dd3877b /include | |
| parent | f698738e46cb461e28c2d58228bb34a2fcf5a475 (diff) | |
| download | olio-uboot-2014.01-801a194616d95e6fc426a176d9615ccbf9876c7f.tar.xz olio-uboot-2014.01-801a194616d95e6fc426a176d9615ccbf9876c7f.zip | |
Removed unused CONFIG_L1_INIT_RAM symbol.
Prevent further viral propogation of the unused
symbol CONFIG_L1_INIT_RAM by just removing it.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include')
27 files changed, 0 insertions, 30 deletions
| diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index bbdc211c0..8e82aac7b 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -193,7 +193,6 @@  #define CONFIG_SYS_BR1_PRELIM		(CONFIG_SYS_BCSR|0x00000801)	/* Port-size=8bit, MSEL=GPCM */  #define CONFIG_SYS_OR1_PRELIM		0xFFFFE8F0		/* length 32K */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xFD000000		/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x1000			/* End of used area in RAM*/ diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index f633f24bd..14cbc4571 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -266,7 +266,6 @@ boards, we say we have two, but don't display a message if we find only one. */  #undef	CONFIG_SYS_RAMBOOT  #endif -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK  #define CONFIG_SYS_INIT_RAM_ADDR	0xFD000000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x1000		/* End of used area in RAM*/ diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index fff888abc..f3eee23aa 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -231,8 +231,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);  #define PIXIS_VCLKL		0x1A	/* VELA VCLKL register */  #define CONFIG_SYS_PIXIS_VBOOT_MASK	0xc0 -/* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xffd00000	/* Initial L1 address */  #define CONFIG_SYS_INIT_RAM_END	0x00004000	/* End of used area in RAM */ diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 79a52d9d1..0b8fe6ad6 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -258,7 +258,6 @@  #define CONFIG_SYS_OR4_PRELIM		0xffffe1f1  #define CONFIG_SYS_BCSR		(CONFIG_SYS_BR4_PRELIM & 0xffff8000) -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/MPC8540EVAL.h b/include/configs/MPC8540EVAL.h index 46a141a2c..21cf965ab 100644 --- a/include/configs/MPC8540EVAL.h +++ b/include/configs/MPC8540EVAL.h @@ -161,7 +161,6 @@  #define CONFIG_SYS_OR4_PRELIM          0xffffe1f1  #define CONFIG_SYS_BCSR                (CONFIG_SYS_BR4_PRELIM & 0xffff8000) -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0x40000000	/* Initial RAM address	*/  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 7ada8a222..eaa737b88 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -281,7 +281,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_BR3_PRELIM   0xf8000801  #define CONFIG_SYS_OR3_PRELIM   0xfff00ff7 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000	    /* End of used area in RAM */ diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index cdbbea60d..ff24fa50e 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -207,8 +207,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define PIXIS_VCFGEN1_MASK	(PIXIS_VCFGEN1_TSEC1SER|PIXIS_VCFGEN1_TSEC3SER) -/* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK      1  #define CONFIG_SYS_INIT_RAM_ADDR      0xf4010000      /* Initial L1 address */  #define CONFIG_SYS_INIT_RAM_END       0x00004000      /* End of used area in RAM */ diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 083afba9a..62955909e 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -303,7 +303,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_BR3_PRELIM	 0xf8000801  #define CONFIG_SYS_OR3_PRELIM	 0xfff00ff7 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index f9419ccd0..40b40ed3a 100644 --- a/include/configs/MPC8555CDS.h +++ b/include/configs/MPC8555CDS.h @@ -279,7 +279,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_BR3_PRELIM   0xf8000801  #define CONFIG_SYS_OR3_PRELIM   0xfff00ff7 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000	    /* End of used area in RAM */ diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index f67d48963..2b5b2c106 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -254,7 +254,6 @@  #define CONFIG_SYS_OR4_PRELIM		0xffffe1f1  #define CONFIG_SYS_BCSR		(CONFIG_SYS_BR4_PRELIM & 0xffff8000) -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index ab3e6d694..9e16bb451 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -265,7 +265,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_BR5_PRELIM	 0xf8010801  #define CONFIG_SYS_OR5_PRELIM	 0xffff69f7 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000	    /* End of used area in RAM */ diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index c3693b856..9f01f9aaa 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -248,8 +248,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);  					| PIXIS_VCFGEN1_TSEC3SER \  					| PIXIS_VCFGEN1_TSEC4SER) -/* define to use L1 as initial stack */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xffd00000	/* Initial L1 address */  #define CONFIG_SYS_INIT_RAM_END	0x00004000	/* End of used area in RAM */ diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 56850271c..27517e5b1 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -209,7 +209,6 @@  #undef CONFIG_CLOCKS_IN_MHZ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #ifndef CONFIG_SYS_INIT_RAM_LOCK  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */ diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 69b4c4410..cd9889495 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -268,7 +268,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #undef CONFIG_CLOCKS_IN_MHZ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #ifndef CONFIG_SYS_INIT_RAM_LOCK  #define CONFIG_SYS_INIT_RAM_ADDR	0x0fd00000	/* Initial RAM address */ diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index bc2d8253b..4ecf8068e 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -130,7 +130,6 @@  #define CONFIG_SYS_MONITOR_BASE	TEXT_BASE  #undef	CONFIG_SYS_RAMBOOT -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK  #define CONFIG_SYS_INIT_RAM_ADDR	0xFD000000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x1000		/* End of used area in RAM*/ diff --git a/include/configs/PM854.h b/include/configs/PM854.h index c3a7f816f..1cc80ad21 100644 --- a/include/configs/PM854.h +++ b/include/configs/PM854.h @@ -161,7 +161,6 @@  #define CONFIG_SYS_LBC_MRTPR		0x20000000    /* LB refresh timer prescal*/ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/PM856.h b/include/configs/PM856.h index b3bcf23c5..698ad2d91 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -164,7 +164,6 @@  #define CONFIG_SYS_LBC_MRTPR		0x20000000    /* LB refresh timer prescal*/ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/SBC8540.h b/include/configs/SBC8540.h index 48c933980..2853fba06 100644 --- a/include/configs/SBC8540.h +++ b/include/configs/SBC8540.h @@ -186,7 +186,6 @@  #define CONFIG_SYS_BCSR		((CONFIG_SYS_BR5_PRELIM & 0xff000000)|0x00400000)  /* the size of CS5 needs to be >= 16M for TLB and LAW setups */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0x70000000	/* Initial RAM address	*/  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 2961a1b2a..796030d06 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -171,7 +171,6 @@ extern int tqm834x_num_flash_banks;  #undef  CONFIG_SYS_RAMBOOT  #endif -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0x20000000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x1000		/* End of used area in RAM*/ diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 2d4048a92..300f49079 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -234,7 +234,6 @@  #define CONFIG_SYS_LBC_LSRT		0x20000000	/* LB sdram refresh timer */  #define CONFIG_SYS_LBC_MRTPR		0x20000000	/* LB refresh timer presc.*/ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	(CONFIG_SYS_CCSRBAR \  				 + 0x04010000)	/* Initial RAM address	*/ diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index 174149b61..0603e3c8a 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -162,7 +162,6 @@  #undef  CONFIG_SYS_RAMBOOT  #endif -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xFD000000		/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x1000			/* End of used area in RAM*/ diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index aefd30a1e..5ce4dac5e 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -280,7 +280,6 @@  				| CONFIG_SYS_LBC_LSDMR_RFEN		\  				) -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/sbc8560.h b/include/configs/sbc8560.h index 43012754d..e1d3a52b5 100644 --- a/include/configs/sbc8560.h +++ b/include/configs/sbc8560.h @@ -180,7 +180,6 @@  #define CONFIG_SYS_BCSR		((CONFIG_SYS_BR5_PRELIM & 0xff000000)|0x00400000)  /* the size of CS5 needs to be >= 16M for TLB and LAW setups */ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0x70000000	/* Initial RAM address	*/  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index fa9782725..001294575 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -244,7 +244,6 @@  #undef CONFIG_CLOCKS_IN_MHZ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #ifndef CONFIG_SYS_INIT_RAM_LOCK  #define CONFIG_SYS_INIT_RAM_ADDR	0x0fd00000	/* Initial RAM address */ diff --git a/include/configs/socrates.h b/include/configs/socrates.h index c67db8f25..e89b5a3fb 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -167,7 +167,6 @@  #define CONFIG_SYS_LBC_LSRT		0x20000000    /* LB sdram refresh timer	*/  #define CONFIG_SYS_LBC_MRTPR		0x20000000    /* LB refresh timer presc.*/ -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0xe4010000	/* Initial RAM address	*/  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End used area in RAM	*/ diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index 2188e5401..a0f2ed0da 100644 --- a/include/configs/stxgp3.h +++ b/include/configs/stxgp3.h @@ -151,7 +151,6 @@  #define CONFIG_SYS_LBC_LSDMR_4		0x1861b723  #define CONFIG_SYS_LBC_LSDMR_5		0x4061b723 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR       0x60000000      /* Initial RAM address  */  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index b0bd0508b..f0990c679 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -164,7 +164,6 @@  #define CONFIG_SYS_LBC_LSDMR_4		0x1861b723  #define CONFIG_SYS_LBC_LSDMR_5		0x4061b723 -#define CONFIG_L1_INIT_RAM  #define CONFIG_SYS_INIT_RAM_LOCK	1  #define CONFIG_SYS_INIT_RAM_ADDR	0x60000000	/* Initial RAM address	*/  #define CONFIG_SYS_INIT_RAM_END	0x4000		/* End of used area in RAM */ |