diff options
Diffstat (limited to 'cpu/mpc5xx/cpu_init.c')
| -rw-r--r-- | cpu/mpc5xx/cpu_init.c | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/cpu/mpc5xx/cpu_init.c b/cpu/mpc5xx/cpu_init.c index 27cf3d6b1..e19d0f49b 100644 --- a/cpu/mpc5xx/cpu_init.c +++ b/cpu/mpc5xx/cpu_init.c @@ -16,12 +16,12 @@   *   * You should have received a copy of the GNU General Public License   * along with this program; if not, write to the Free Software - * Foundation,  + * Foundation,   */  /*   * File:		cpu_init.c - *  + *   * Discription:		Contains initialisation functions to setup   *    			the cpu properly   * @@ -32,7 +32,7 @@  #include <watchdog.h>  /* - * Setup essential cpu registers to run  + * Setup essential cpu registers to run   */  void cpu_init_f (volatile immap_t * immr)  { @@ -45,7 +45,7 @@ void cpu_init_f (volatile immap_t * immr)  #if defined(CONFIG_WATCHDOG)  	reset_5xx_watchdog (immr); -#endif  +#endif  	/* SIUMCR - contains debug pin configuration */  	immr->im_siu_conf.sc_siumcr |= CFG_SIUMCR; @@ -56,10 +56,10 @@ void cpu_init_f (volatile immap_t * immr)  	/* Full IMB bus speed */  	immr->im_uimb.uimb_umcr = CFG_UMCR; -	 +  	/* Time base and decrementer will be enables (TBE) */  	/* in init_timebase() in time.c called from board_init_f(). */ -  +  	/* Initialize the PIT. Unlock PISCRK */  	immr->im_sitk.sitk_piscrk = KAPWR_KEY;  	immr->im_sit.sit_piscr = CFG_PISCR; |