Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292456
b: refs/heads/master
c: 645e533
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Mar 5, 2012
1 parent 51b7ae1 commit 6deb726
Show file tree
Hide file tree
Showing 3 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: 0b2a2139056a05dde934e715739c361d8c01e523
refs/heads/master: 645e5333ec9088da08a1db619561de9c93c70634
4 changes: 2 additions & 2 deletions trunk/arch/m68k/include/asm/m528xsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
/*
* Reset Control Unit (relative to IPSBAR).
*/
#define MCF_RCR 0x110000
#define MCF_RSR 0x110001
#define MCF_RCR (MCF_IPSBAR + 0x110000)
#define MCF_RSR (MCF_IPSBAR + 0x110001)

#define MCF_RCR_SWRESET 0x80 /* Software reset bit */
#define MCF_RCR_FRCSTOUT 0x40 /* Force external reset */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/platform/528x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static void __init m528x_fec_init(void)
static void m528x_cpu_reset(void)
{
local_irq_disable();
__raw_writeb(MCF_RCR_SWRESET, MCF_IPSBAR + MCF_RCR);
__raw_writeb(MCF_RCR_SWRESET, MCF_RCR);
}

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

0 comments on commit 6deb726

Please sign in to comment.