Re: [U-Boot] [PATCH v2 04/13] arm: Show early-malloc() usage in bdinfo

2016-07-17 Thread Simon Glass
On 5 July 2016 at 17:10, Simon Glass 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 differe

[U-Boot] [PATCH v2 04/13] arm: Show early-malloc() usage in bdinfo

2016-07-05 Thread Simon Glass
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 c