From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Fri, 12 Jun 2009 00:23:07 -0500 Subject: [U-Boot] [PATCH 1/2] 85xx: Use print_size to report amount of memory not mapped by TLBs Message-ID: <1244784188-18576-1-git-send-email-galak@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Kumar Gala --- cpu/mpc85xx/tlb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- 1.6.0.6