]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/nios/cpu.c
Minor alignment of output
[karo-tx-uboot.git] / cpu / nios / cpu.c
index d2bb2c09d1d244809a83bf9a8c101fc3f549c368..51f42461a3c7c42f91bca9a1e4ebcb13fa862e54 100644 (file)
@@ -34,7 +34,7 @@ int checkcpu (void)
 
        /* Get cpu version info */
        val = rdctl (CTL_CPU_ID);
-       printf ("CPU: ");
+       printf ("CPU:  ");
        printf ("%s", (val & 0x00008000) ? "Nios-16 " : "Nios-32 ");
        rev_major = (val>>12) & 0x07;
        rev_minor = (val>>4) & 0x0ff;