mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-06 20:10:55 +01:00
85xx: Use print_size to report amount of memory not mapped by TLBs
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
6e2aebc33f
commit
d4b130dc80
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue