Re: [EXTERNAL] [PATCH v3 19/43] Show the malloc base with the bdinfo command

2023-05-05 Thread Nikhil M Jain
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 Glass --- (no changes since v1) cmd/bdinfo.c | 1 +

[PATCH v3 19/43] Show the malloc base with the bdinfo command

2023-05-04 Thread Simon Glass
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 Glass --- (no changes since v1) cmd/bdinfo.c | 1 + common/board_r.c | 7 +