Re: [PATCH v4 19/45] Show the malloc base with the bdinfo command

2023-07-12 Thread Bin Meng
Hi Simon, On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote: > nits: please add the 'bdinfo' tag in the commit summary > 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

[PATCH v4 19/45] Show the malloc base with the bdinfo command

2023-06-19 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 Reviewed-by: Nikhil M Jain Tested-by: Nikhil M Jain --- (no changes since v1) cmd/bdinfo.c