Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22943
b: refs/heads/master
c: 1a02e59
h: refs/heads/master
i:
  22941: e67858b
  22939: 86a1760
  22935: 4f61f34
  22927: 4e81a32
  22911: 9e447b0
v: v3
  • Loading branch information
Kumar Gala committed Mar 20, 2006
1 parent 3b7fa0a commit b99c480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 2c276603c3e5ebf38155a9d1fbbda656d52d138e
refs/heads/master: 1a02e59a2970f9ed28ab51d3b08624b79e54d848
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void mpc83xx_restart(char *cmd)
out_be32(reg + (RST_PROT_REG >> 2), 0x52535445);

/* set software hard reset */
out_be32(reg + (RST_CTRL_REG >> 2), 0x52535445);
out_be32(reg + (RST_CTRL_REG >> 2), 0x2);
for (;;) ;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/83xx/mpc834x_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define VIRT_IMMRBAR ((uint)0xfe000000)

#define BCSR_PHYS_ADDR ((uint)0xf8000000)
#define BCSR_SIZE ((uint)(128 * 1024))
#define BCSR_SIZE ((uint)(32 * 1024))

#define BCSR_MISC_REG2_OFF 0x07
#define BCSR_MISC_REG2_PORESET 0x01
Expand Down

0 comments on commit b99c480

Please sign in to comment.