commit | cdf83fd264c5c230ea5434468abffce0350e76ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 19 09:22:09 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 03 21:27:12 2024 -0600 |
tree | 5a947c2fed337dff2bcf553cc50fa88859cacec2 | |
parent | 2f0128f17b9508e50268c7636b0a621625d11160 [diff] |
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>