Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361142
b: refs/heads/master
c: 0371a1c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Mar 4, 2013
1 parent a161142 commit 6ec9028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e97e9c98168b5357822ce4d8ed81fdb68aad3c30
refs/heads/master: 0371a1c5ae7d0543b3f948e47b2029987608acc2
2 changes: 1 addition & 1 deletion trunk/arch/m68k/platform/coldfire/m528x.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void __init m528x_uarts_init(void)
u8 port;

/* make sure PUAPAR is set for UART0 and UART1 */
port = readb(MCF5282_GPIO_PUAPAR);
port = readb(MCFGPIO_PUAPAR);
port |= 0x03 | (0x03 << 2);
writeb(port, MCFGPIO_PUAPAR);
}
Expand Down

0 comments on commit 6ec9028

Please sign in to comment.