public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] 85xx: Use print_size to report amount of memory not mapped by TLBs
@ 2009-06-12  5:23 Kumar Gala
  2009-06-12  5:23 ` [U-Boot] [PATCH 2/2] fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2009-06-12  5:23 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-12  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12  5:23 [U-Boot] [PATCH 1/2] 85xx: Use print_size to report amount of memory not mapped by TLBs Kumar Gala
2009-06-12  5:23 ` [U-Boot] [PATCH 2/2] fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox