
17 Jul
2016
17 Jul
'16
11 p.m.
On 5 July 2016 at 17:10, Simon Glass sjg@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@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.