commit | baa3d528fe8f03c89bd9006819797db675632703 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Fri Apr 04 16:00:33 2003 +0000 |
committer | stroese <stroese> | Fri Apr 04 16:00:33 2003 +0000 |
tree | ba95ea2851dae5995d9a2c5f6241112eb699173d | |
parent | c1551ea817c0a094b3e5c9573e5dcf4ca8204de6 [diff] [blame] |
Changed PPC405GPr version from A to B.
diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index 4541529..f075e3a 100644 --- a/cpu/ppc4xx/speed.c +++ b/cpu/ppc4xx/speed.c
@@ -87,7 +87,7 @@ /* * Check if PPC405GPr used (mask minor revision field) */ - if ((pvr & 0xfffffff0) == (PVR_405GPR_RA & 0xfffffff0)) { + if ((pvr & 0xfffffff0) == (PVR_405GPR_RB & 0xfffffff0)) { /* * Determine FWD_DIV B (only PPC405GPr with new mode strapping). */