diff options
Diffstat (limited to 'arch/m68k/cpu/mcf5227x/cpu.c')
| -rw-r--r-- | arch/m68k/cpu/mcf5227x/cpu.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/m68k/cpu/mcf5227x/cpu.c b/arch/m68k/cpu/mcf5227x/cpu.c index 3a0ab9746..705bd4428 100644 --- a/arch/m68k/cpu/mcf5227x/cpu.c +++ b/arch/m68k/cpu/mcf5227x/cpu.c @@ -68,10 +68,10 @@ int checkcpu(void)  		printf("       CPU CLK %s MHz BUS CLK %s MHz FLB CLK %s MHz\n",  		       strmhz(buf1, gd->cpu_clk),  		       strmhz(buf2, gd->bus_clk), -		       strmhz(buf3, gd->flb_clk)); +		       strmhz(buf3, gd->arch.flb_clk));  		printf("       INP CLK %s MHz VCO CLK %s MHz\n", -		       strmhz(buf1, gd->inp_clk), -		       strmhz(buf2, gd->vco_clk)); +		       strmhz(buf1, gd->arch.inp_clk), +		       strmhz(buf2, gd->arch.vco_clk));  	}  	return 0; |