]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv8/fsl-lsch3: Fix DDR speed message
authorYork Sun <yorksun at freescale.com>
Thu, 28 May 2015 09:24:05 +0000 (14:54 +0530)
committerYork Sun <yorksun@freescale.com>
Mon, 20 Jul 2015 18:44:34 +0000 (11:44 -0700)
DDR speed should be in MT/s, not MHz.

Signed-off-by: York Sun <yorksun at freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
arch/arm/cpu/armv8/fsl-lsch3/cpu.c

index 67145778b97fba9e2aba03b3328b0bee397c2068..19c3995fdf8253a05c28a961b387f9ac572f7775 100644 (file)
@@ -394,8 +394,8 @@ int print_cpuinfo(void)
        }
        printf("\n       Bus:      %-4s MHz  ",
               strmhz(buf, sysinfo.freq_systembus));
-       printf("DDR:      %-4s MHz", strmhz(buf, sysinfo.freq_ddrbus));
-       printf("     DP-DDR:   %-4s MHz", strmhz(buf, sysinfo.freq_ddrbus2));
+       printf("DDR:      %-4s MT/s", strmhz(buf, sysinfo.freq_ddrbus));
+       printf("     DP-DDR:   %-4s MT/s", strmhz(buf, sysinfo.freq_ddrbus2));
        puts("\n");
 
        /* Display the RCW, so that no one gets confused as to what RCW