Re: [EXTERNAL] [PATCH v3 11/43] bdinfo: Show the RAM top and approximate stack pointer

2023-05-05 Thread Nikhil M Jain
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 Glass --- (no changes

[PATCH v3 11/43] bdinfo: Show the RAM top and approximate stack pointer

2023-05-04 Thread Simon Glass
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 Glass --- (no changes since v1) cmd/Kconfig | 8