diff options
Diffstat (limited to 'cpu/mpc8220/uart.c')
| -rw-r--r-- | cpu/mpc8220/uart.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc8220/uart.c b/cpu/mpc8220/uart.c index 4ff8ccbf3..42ae3250a 100644 --- a/cpu/mpc8220/uart.c +++ b/cpu/mpc8220/uart.c @@ -47,7 +47,7 @@ int psc_serial_init (void)  	/* write to CSR: RX/TX baud rate from timers */  	psc->sr_csr = 0xdd000000; -	psc->mr1_2 = PSC_MR1_BITS_CHAR_8 | PSC_MR1_NO_PARITY | PSC_MR2_STOP_BITS_1;  +	psc->mr1_2 = PSC_MR1_BITS_CHAR_8 | PSC_MR1_NO_PARITY | PSC_MR2_STOP_BITS_1;  	/* Setting up BaudRate */  	counter = ((gd->bus_clk / gd->baudrate)) >> 5; |