summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc85xx/cpu.c
diff options
context:
space:
mode:
authorShruti Kanetkar <Shruti@Freescale.com>2013-08-15 11:25:38 -0500
committerYork Sun <yorksun@freescale.com>2013-08-20 10:38:12 -0700
commit6b44d9e5b79948a73f9fae4b84c21f62224fa46b (patch)
tree7cc38f702d5b496d993ad4f7428f7888379e9c62 /arch/powerpc/cpu/mpc85xx/cpu.c
parent2f848f97d7b27a88135de98aae76531a6fdd44e6 (diff)
downloadtalos-obmc-uboot-6b44d9e5b79948a73f9fae4b84c21f62224fa46b.tar.gz
talos-obmc-uboot-6b44d9e5b79948a73f9fae4b84c21f62224fa46b.zip
powerpcv2: Print hardcoded size like print_size() does
Makes the startup output more consistent Signed-off-by: Shruti Kanetkar <Shruti@Freescale.com> Acked-by: Andy Fleming <afleming@freescale.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index b77964a4c7..1a0196c7c4 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/arch/powerpc/cpu/mpc85xx/cpu.c
@@ -210,7 +210,7 @@ int checkcpu (void)
printf(" PME: %s MHz\n", strmhz(buf1, sysinfo.freq_pme));
#endif
- puts("L1: D-cache 32 kB enabled\n I-cache 32 kB enabled\n");
+ puts("L1: D-cache 32 KiB enabled\n I-cache 32 KiB enabled\n");
#ifdef CONFIG_FSL_CORENET
/* Display the RCW, so that no one gets confused as to what RCW
OpenPOWER on IntegriCloud