]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/socfpga/misc.c
arm: socfpga: misc: Align print_cpuinfo() output
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / socfpga / misc.c
index bf5c668b134973e0ebc7aed863e9b04114fca40f..f41c329a439e545b8a4d0a03eea3bf5f37853992 100644 (file)
@@ -80,7 +80,7 @@ int cpu_mmc_init(bd_t *bis)
  */
 int print_cpuinfo(void)
 {
-       puts("CPU   : Altera SOCFPGA Platform\n");
+       puts("CPU:   Altera SoCFPGA Platform\n");
        return 0;
 }
 #endif