diff options
Diffstat (limited to 'cpu/mpc8xx/speed.c')
| -rw-r--r-- | cpu/mpc8xx/speed.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/cpu/mpc8xx/speed.c b/cpu/mpc8xx/speed.c index 101d5f9cb..11b089330 100644 --- a/cpu/mpc8xx/speed.c +++ b/cpu/mpc8xx/speed.c @@ -259,11 +259,8 @@ int get_clocks_866 (void)  	 */  	sccr_reg = immr->im_clkrst.car_sccr;  	sccr_reg &= ~SCCR_EBDF11; -#if defined(CONFIG_TQM885D) -	if (gd->cpu_clk <= 80000000) { -#else +  	if (gd->cpu_clk <= 66000000) { -#endif  		sccr_reg |= SCCR_EBDF00;	/* bus division factor = 1 */  		gd->bus_clk = gd->cpu_clk;  	} else {  |