diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc512x/cpu.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc512x/cpu.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc512x/cpu.c b/arch/powerpc/cpu/mpc512x/cpu.c index a1a3bd4ad..bb03c6d88 100644 --- a/arch/powerpc/cpu/mpc512x/cpu.c +++ b/arch/powerpc/cpu/mpc512x/cpu.c @@ -68,8 +68,8 @@ int checkcpu (void)  	}  	printf ("at %s MHz, CSB at %s MHz (RSR=0x%04lx)\n",  		strmhz(buf1, clock), -		strmhz(buf2, gd->csb_clk), -		gd->reset_status & 0xffff); +		strmhz(buf2, gd->arch.csb_clk), +		gd->arch.reset_status & 0xffff);  	return 0;  }  |