]> git.dujemihanovic.xyz Git - u-boot.git/commit
bdinfo: Show the malloc base with the bdinfo command
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:53 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:21 +0000 (17:12 +0800)
commit0be0f205b974abb7b464e5b2819db47bbc6d5f1f
tree3ac91ea1c4be56aae610d6f1d81c9114c6f0051b
parent8f015d37813b398c9f2bde9bbf531278a399ad88
bdinfo: Show the malloc base with the bdinfo command

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 <sjg@chromium.org>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Nikhil M Jain <n-jain1@ti.com>
cmd/bdinfo.c
common/board_r.c
include/asm-generic/global_data.h