diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc8260/cpu_init.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc8260/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc8260/cpu_init.c b/arch/powerpc/cpu/mpc8260/cpu_init.c index 1d5277344..acd48a9f5 100644 --- a/arch/powerpc/cpu/mpc8260/cpu_init.c +++ b/arch/powerpc/cpu/mpc8260/cpu_init.c @@ -182,7 +182,7 @@ void cpu_init_f (volatile immap_t * immr)  #endif  	/* now restrict to preliminary range */ -	/* the PS came from the HRCW, donīt change it */ +	/* the PS came from the HRCW, don't change it */  	memctl->memc_br0 = SET_VAL_MASK(memctl->memc_br0 , CONFIG_SYS_BR0_PRELIM, BRx_PS_MSK);  	memctl->memc_or0 = CONFIG_SYS_OR0_PRELIM; |