[U-Boot] [PATCH v2 04/13] arm: Show early-malloc() usage in bdinfo
Simon Glass
sjg at chromium.org
Sun Jul 17 23:00:03 CEST 2016
On 5 July 2016 at 17:10, Simon Glass <sjg at chromium.org> wrote:
> This is useful information to show how close we are to the limit. At present
> it is only available by enabling DEBUG in board_r.c.
>
> Make it available with the 'bdinfo' command also.
>
> Note that this affects ARM only. The bdinfo command is different for each
> architecture. Rather than duplicating the code it would be better to
> refactor it (as was done with global_data).
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Add new patch to show early-malloc() usage in bdinfo
>
> cmd/bdinfo.c | 5 +++++
> 1 file changed, 5 insertions(+)
Applied to u-boot-dm.
More information about the U-Boot
mailing list