diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-02 21:27:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-02 21:27:46 +0200 |
commit | b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 (patch) | |
tree | 9cebaabeb5eb120db8bbcfc424767f1d3eb7d8d9 /cpu/mpc512x/cpu_init.c | |
parent | 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (diff) | |
download | u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.zip u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.tar.gz u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/cpu_init.c b/cpu/mpc512x/cpu_init.c index 566e08b..d6949f6 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; } |