diff options
author | stroese <stroese> | 2005-04-07 05:33:41 +0000 |
---|---|---|
committer | stroese <stroese> | 2005-04-07 05:33:41 +0000 |
commit | 0a7c5391a0a881cef208d286e6c9d3ebe5851b94 (patch) | |
tree | decd42c7a345e8c006cb1424aef1d2de6f249848 /include | |
parent | 68e0236f7e54f2d5ad31a296bc10a5a0db2880b0 (diff) | |
download | blackbird-obmc-uboot-0a7c5391a0a881cef208d286e6c9d3ebe5851b94.tar.gz blackbird-obmc-uboot-0a7c5391a0a881cef208d286e6c9d3ebe5851b94.zip |
Add PPC440GX Revision C
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 8dbcc4750e..71fadbc918 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -718,6 +718,7 @@ #define PVR_440GP_RC 0x40120481 #define PVR_440GX_RA 0x51B21850 #define PVR_440GX_RB 0x51B21851 +#define PVR_440GX_RC 0x51B21892 #define PVR_405EP_RB 0x51210950 #define PVR_601 0x00010000 #define PVR_602 0x00050000 |