From ef9d82a639fbdfc896b463d9271c555f1d7ee7d3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 16 Feb 2006 14:32:08 -0600 Subject: [PATCH] --- yaml --- r: 22924 b: refs/heads/master c: 8b0d5514a96daab7825f481d8cd5e88a0376d659 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/83xx/misc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 095b9bd63437..c852e7790e82 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 774fee58c465ea1c7e9775e347ec307bcf2deeb3 +refs/heads/master: 8b0d5514a96daab7825f481d8cd5e88a0376d659 diff --git a/trunk/arch/powerpc/platforms/83xx/misc.c b/trunk/arch/powerpc/platforms/83xx/misc.c index 0eb3d99f1b93..1455bcef4892 100644 --- a/trunk/arch/powerpc/platforms/83xx/misc.c +++ b/trunk/arch/powerpc/platforms/83xx/misc.c @@ -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 (;;) ; }