]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/s5p-common/cpu_info.c
Exynos: fix cpuinfo and cpu detecting
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / s5p-common / cpu_info.c
index 527f32deefc076f22cff510886c8638b891fcdd3..16427333ac00e707cbfeab048c3b2deb0d71945d 100644 (file)
@@ -48,8 +48,9 @@ int print_cpuinfo(void)
 {
        char buf[32];
 
-       printf("CPU:\tS5P%X@%sMHz\n",
-                       s5p_cpu_id, strmhz(buf, get_arm_clk()));
+       printf("CPU:\t%s%X@%sMHz\n",
+                       s5p_get_cpu_name(), s5p_cpu_id,
+                       strmhz(buf, get_arm_clk()));
 
        return 0;
 }