summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-07-06 10:38:28 +0200
committerWolfgang Denk <wd@denx.de>2007-07-06 10:38:28 +0200
commitdcc0264878406d52b879d2e5a63d3d793371434e (patch)
tree3a2d693997fad34fd049a56518dbb44195342392 /cpu
parent6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e (diff)
parente4dbe1b215f5c6c462e76909d240bd96472b84de (diff)
Merge with git://www.denx.de/git/u-boot-testing
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc8260/cpu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/cpu_init.c b/cpu/mpc8260/cpu_init.c
index 380d7af13d..36fc1eba5f 100644
--- a/cpu/mpc8260/cpu_init.c
+++ b/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 , CFG_BR0_PRELIM, BRx_PS_MSK);
memctl->memc_or0 = CFG_OR0_PRELIM;