commit | b3672afc2e784fc53a78cfabf5667ffeb25b6bad | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Tue Feb 26 22:27:52 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 28 14:21:46 2019 -0500 |
tree | 2e77dd316e2c5899f780ac6cf037117420d7febd | |
parent | 465b16b231ddb2a4ca9f8488cebdb9e89cf1100a [diff] |
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>