]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Avoid showing an invalid buffer address
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:22:09 +0000 (09:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commit482eedf9f391cab4f055f531be961376a38ae46e
tree5a947c2fed337dff2bcf553cc50fa88859cacec2
parentbdf4269f39c2c39129fa57d2702ab4e4ee550e5e
bootstd: Avoid showing an invalid buffer address

When the buffer address is not set, say so, rather than showing an
address which looks very strange, on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bootflow.c