From d4b130dc80761b430dc5b410159cd158fca1a348 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 11 Jun 2009 23:40:34 -0500 Subject: [PATCH] 85xx: Use print_size to report amount of memory not mapped by TLBs Signed-off-by: Kumar Gala --- cpu/mpc85xx/tlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/mpc85xx/tlb.c b/cpu/mpc85xx/tlb.c index 8304ffe..46925f1 100644 --- a/cpu/mpc85xx/tlb.c +++ b/cpu/mpc85xx/tlb.c @@ -165,7 +165,7 @@ unsigned int setup_ddr_tlbs(unsigned int memsize_in_meg) } if (memsize) - printf("%lldM left unmapped\n", memsize >> 20); + print_size(memsize, " left unmapped\n"); /* * Confirm that the requested amount of memory was mapped. -- 2.7.4