Re: [PATCH 9/9] dm: spl: Allow SPL to show memory usage

2022-06-28 Thread Simon Glass
Add an option to tell SPL to show memory usage for driver model just before it boots into the next phase. Signed-off-by: Simon Glass --- common/spl/spl.c | 9 + drivers/core/Kconfig | 10 ++ 2 files changed, 19 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 9/9] dm: spl: Allow SPL to show memory usage

2022-05-08 Thread Simon Glass
Add an option to tell SPL to show memory usage for driver model just before it boots into the next phase. Signed-off-by: Simon Glass --- common/spl/spl.c | 9 + drivers/core/Kconfig | 10 ++ 2 files changed, 19 insertions(+) diff --git a/common/spl/spl.c b/common/spl/spl.c