
5 May
2023
5 May
'23
9:50 a.m.
On 05/05/23 04:28, Simon Glass wrote:
It is useful to see the base of the malloc region. This is visible when debugging but not in normal usage.
Add it to the global data so that it can be shown.
Signed-off-by: Simon Glasssjg@chromium.org
(no changes since v1)
cmd/bdinfo.c | 1 + common/board_r.c | 7 ++++--- include/asm-generic/global_data.h | 11 +++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-)
Reviewed-by: Nikhil M Jain n-jain1@ti.com Tested-by: Nikhil M Jain n-jain1@ti.com