diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-15 13:41:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-15 13:41:04 +0100 |
commit | f11033e739017c5c4eac55f859b8b222ee8d602c (patch) | |
tree | 4b07b98f378e685c096937c2aeca06e006698af7 /cpu/mpc8xx | |
parent | ddd4123336aad881f50dc34892ac150cfa8143fe (diff) | |
parent | ca43ba18e910206ef8063e4b22d282630bff3fd2 (diff) | |
download | u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.tar.gz u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.tar.xz u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.zip |
Merge with /home/hs/SC3/u-boot
Some code cleanup.
Diffstat (limited to 'cpu/mpc8xx')
-rw-r--r-- | cpu/mpc8xx/serial.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/mpc8xx/serial.c b/cpu/mpc8xx/serial.c index c8caa793d2..9d0fc6b4fa 100644 --- a/cpu/mpc8xx/serial.c +++ b/cpu/mpc8xx/serial.c @@ -229,15 +229,15 @@ static int smc_init (void) #ifdef CFG_SPC1920_SMC1_CLK4 /* clock source is PLD */ - + /* set freq to 19200 Baud */ *((volatile uchar *) CFG_SPC1920_PLD_BASE+6) = 0x3; /* configure clk4 as input */ im->im_ioport.iop_pdpar |= 0x800; im->im_ioport.iop_pddir &= ~0x800; - + cp->cp_simode = 0x0000; - cp->cp_simode |= 0x7000; + cp->cp_simode |= 0x7000; #else /* Set up the baud rate generator */ smc_setbrg (); |