]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/cpu.c
Add PPC440GX Revision C
[karo-tx-uboot.git] / cpu / ppc4xx / cpu.c
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