diff options
Diffstat (limited to 'cpu/mpc8xx/upatch.c')
| -rw-r--r-- | cpu/mpc8xx/upatch.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/mpc8xx/upatch.c b/cpu/mpc8xx/upatch.c index 99bdf53e2..eccff645e 100644 --- a/cpu/mpc8xx/upatch.c +++ b/cpu/mpc8xx/upatch.c @@ -33,8 +33,8 @@ void cpm_load_patch (volatile immap_t *immr)  #endif  	/* -         * Enable DPRAM microcode to execute from the first 512 bytes -         * and a 256 byte extension of DPRAM. +	 * Enable DPRAM microcode to execute from the first 512 bytes +	 * and a 256 byte extension of DPRAM.  	 */  	immr->im_cpm.cp_rccr |= 0x0001;  } |