diff options
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;  } |