]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add PPC440GX Revision C
authorstroese <stroese>
Thu, 7 Apr 2005 05:33:41 +0000 (05:33 +0000)
committerstroese <stroese>
Thu, 7 Apr 2005 05:33:41 +0000 (05:33 +0000)
cpu/ppc4xx/cpu.c
include/asm-ppc/processor.h

index cdb503965bf4bb4ad95b0e4f19c7be213b162293..06acb8162e08563d0e819e33a87326423288193a 100644 (file)
@@ -175,8 +175,11 @@ int checkcpu (void)
        case PVR_440GX_RB:
                puts("X Rev. B");
                break;
+       case PVR_440GX_RC:
+               puts("X Rev. C");
+               break;
        default:
-               printf ("UNKNOWN (PVR=%08x)", pvr);
+               printf (" UNKNOWN (PVR=%08x)", pvr);
                break;
        }
 #endif
index 8dbcc4750e3d570a5c1fca7710e91950810ca7f1..71fadbc918b849b41d0a592ba7522fb36d06f4bc 100644 (file)
 #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