diff options
author | stroese <stroese> | 2003-04-04 16:00:33 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-04-04 16:00:33 +0000 |
commit | baa3d528fe8f03c89bd9006819797db675632703 (patch) | |
tree | ba95ea2851dae5995d9a2c5f6241112eb699173d /include/asm-ppc | |
parent | c1551ea817c0a094b3e5c9573e5dcf4ca8204de6 (diff) | |
download | u-boot-baa3d528fe8f03c89bd9006819797db675632703.tar.gz u-boot-baa3d528fe8f03c89bd9006819797db675632703.tar.xz u-boot-baa3d528fe8f03c89bd9006819797db675632703.zip |
Changed PPC405GPr version from A to B.
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 6639959d92..dc04a8fd49 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -462,7 +462,7 @@ #define PVR_405CR_RA 0x40110041 #define PVR_405CR_RB 0x401100C5 #define PVR_405CR_RC 0x40110145 /* same as pc405gp rev e */ -#define PVR_405GPR_RA 0x50910951 +#define PVR_405GPR_RB 0x50910951 #define PVR_440GP_RB 0x40120440 #define PVR_440GP_RC 0x40120481 #define PVR_601 0x00010000 |