summaryrefslogtreecommitdiff
path: root/cpu/mpc512x/cpu_init.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-02 21:27:46 +0200
committerWolfgang Denk <wd@denx.de>2007-08-02 21:27:46 +0200
commitb1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 (patch)
tree9cebaabeb5eb120db8bbcfc424767f1d3eb7d8d9 /cpu/mpc512x/cpu_init.c
parent8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (diff)
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/mpc512x/cpu_init.c')
-rw-r--r--cpu/mpc512x/cpu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/cpu_init.c b/cpu/mpc512x/cpu_init.c
index 566e08b0dd..d6949f6bba 100644
--- a/cpu/mpc512x/cpu_init.c
+++ b/cpu/mpc512x/cpu_init.c
@@ -76,7 +76,7 @@ void cpu_init_f (volatile immap_t * im)
*
* NOTICE: TB needs to be enabled as early as possible in order to
* have udelay() working; if not enabled, usually leads to a hang, like
- * during FLASH chip identification etc.
+ * during FLASH chip identification etc.
*/
im->sysconf.spcr |= SPCR_TBEN;
}