
10 Oct
2018
10 Oct
'18
1:55 a.m.
It is sometimes useful to see what memory is being allocated early during boot. Add logging to support this, using a new LOGC_ALLOC category.
Signed-off-by: Simon Glass sjg@chromium.org ---
common/malloc_simple.c | 58 +++++++++++++++++++++++++++--------------- include/malloc.h | 1 + 2 files changed, 38 insertions(+), 21 deletions(-)
Applied to u-boot-dm