Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22947
b: refs/heads/master
c: 1d7aac5
h: refs/heads/master
i:
  22945: 9959961
  22943: b99c480
v: v3
  • Loading branch information
Paul Mackerras committed Mar 22, 2006
1 parent 6bea18e commit 97f65a9
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: 61c5504a0ed66c8b460f9a006eedaea2ee587e33
refs/heads/master: 1d7aac5b3bce34c8b5fcec8ca577a4d3af880fd3
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 97f65a9

Please sign in to comment.