Home
last modified time | relevance | path

Searched hist:"7 f7ddf2a882c13e9a64eae80d1539cc05632a402" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c7f7ddf2a882c13e9a64eae80d1539cc05632a402 Tue Jul 05 23:10:11 UTC 2016 Simon Glass <sjg@chromium.org> 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>