Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331430
b: refs/heads/master
c: a91f741
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Sep 27, 2012
1 parent 602688b commit 7b498fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f821e349cf2539bc7752652ef7b60030c1fc49fb
refs/heads/master: a91f741589f010e1dfa6ec6fe7afbad0ef47d937
6 changes: 3 additions & 3 deletions trunk/arch/m68k/platform/coldfire/m528x.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ static void __init m528x_fec_init(void)
u16 v16;

/* Set multi-function pins to ethernet mode for fec0 */
v16 = readw(MCF_IPSBAR + 0x100056);
writew(v16 | 0xf00, MCF_IPSBAR + 0x100056);
writeb(0xc0, MCF_IPSBAR + 0x100058);
v16 = readw(MCFGPIO_PASPAR);
writew(v16 | 0xf00, MCFGPIO_PASPAR);
writeb(0xc0, MCFGPIO_PEHLPAR);
}

/***************************************************************************/
Expand Down

0 comments on commit 7b498fa

Please sign in to comment.