spl: add debug print for early malloc usage
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Tue, 26 Feb 2019 21:27:52 +0000 (22:27 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Feb 2019 19:21:46 +0000 (14:21 -0500)
commit438dcabb75d6b9b0e7f887befb753d1863f14deb
tree2e77dd316e2c5899f780ac6cf037117420d7febd
parent8422ad51652f8f33acd3f03f24ec2aea73083eb7
spl: add debug print for early malloc usage

To find out how big the early malloc heap must be in SPL, add a debug
print statement that dumps its usage before switching to relocated heap
in spl_relocate_stack_gd() via CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
common/spl/spl.c