]> git.sur5r.net Git - u-boot/commit
arm: Show early-malloc() usage in bdinfo
authorSimon Glass <sjg@chromium.org>
Tue, 5 Jul 2016 23:10:11 +0000 (17:10 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 27 Jul 2016 20:15:54 +0000 (14:15 -0600)
commit7f7ddf2a882c13e9a64eae80d1539cc05632a402
treee5881c6decbcb8d56e6350547a6eaa37a448c3b3
parent911954859d6dece49c3e4835faea004cfe392506
arm: Show early-malloc() usage in bdinfo

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@chromium.org>
cmd/bdinfo.c