]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc83xx/cpu.c
mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
[karo-tx-uboot.git] / cpu / mpc83xx / cpu.c
index e934ba638fef62e99ff6ce635c8f9cef4611f59e..d569c49727b3ce42e5b43eae38ffdfa34ad9c3df 100644 (file)
@@ -124,6 +124,18 @@ int checkcpu(void)
        case SPR_8321_REV11:
                puts("MPC8321, ");
                break;
+       case SPR_8311_REV10:
+               puts("MPC8311, ");
+               break;
+       case SPR_8311E_REV10:
+               puts("MPC8311E, ");
+               break;
+       case SPR_8313_REV10:
+               puts("MPC8313, ");
+               break;
+       case SPR_8313E_REV10:
+               puts("MPC8313E, ");
+               break;
        default:
                puts("Rev: Unknown revision number.\nWarning: Unsupported cpu revision!\n");
                return 0;