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 | olio-uboot-2014.01-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.tar.xz olio-uboot-2014.01-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.zip | |
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 566e08b0d..d6949f6bb 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;  } |