]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/cpu.c
Some code cleanup
[karo-tx-uboot.git] / cpu / mpc5xxx / cpu.c
index 5ad4baa94ebd52a3a0ae420750d8a923aa8f2612..6b6f8282cf36e8515b0ab13cdd94ee7544f9b12e 100644 (file)
@@ -58,7 +58,7 @@ int checkcpu (void)
                break;
        }
 
-       printf (" v%d.%d, Core v%d.%d", SVR_MJREV (svr), SVR_MNREV (svr), 
+       printf (" v%d.%d, Core v%d.%d", SVR_MJREV (svr), SVR_MNREV (svr),
                PVR_MAJ(pvr), PVR_MIN(pvr));
 #endif
        printf (" at %s MHz\n", strmhz (buf, clock));