
5 May
2023
5 May
'23
9:49 a.m.
On 05/05/23 04:27, Simon Glass wrote:
These are useful pieces of information when debugging. The RAM top shows where U-Boot started allocating memory from, before it relocated. The stack pointer can be checked to ensure it is in the correct region.
Signed-off-by: Simon Glasssjg@chromium.org
(no changes since v1)
cmd/Kconfig | 8 ++++++++ cmd/bdinfo.c | 5 +++++ 2 files changed, 13 insertions(+)
Reviewed-by: Nikhil M Jain n-jain1@ti.com Tested-by: Nikhil M Jain n-jain1@ti.com