mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -165,7 +165,7 @@ unsigned int setup_ddr_tlbs(unsigned int memsize_in_meg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (memsize)
|
if (memsize)
|
||||||
printf("%lldM left unmapped\n", memsize >> 20);
|
print_size(memsize, " left unmapped\n");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Confirm that the requested amount of memory was mapped.
|
* Confirm that the requested amount of memory was mapped.
|
||||||
|
Reference in New Issue
Block a user