diff options
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
| -rw-r--r-- | cpu/ppc4xx/cpu_init.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 79cfba3a4..1a139d739 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -27,6 +27,10 @@  #include <asm/processor.h>  #include <ppc4xx.h> +#if defined(CONFIG_405GP)  || defined(CONFIG_405EP) +DECLARE_GLOBAL_DATA_PTR; +#endif +  #define mtebc(reg, data)  mtdcr(ebccfga,reg);mtdcr(ebccfgd,data) @@ -209,8 +213,6 @@ cpu_init_f (void)  int cpu_init_r (void)  {  #if defined(CONFIG_405GP)  || defined(CONFIG_405EP) -	DECLARE_GLOBAL_DATA_PTR; -  	bd_t *bd = gd->bd;  	unsigned long reg;  #if defined(CONFIG_405GP) |