bootstd: Correct display of kernel version
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:01 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit1592ff27d502efdc79992f57c07ff0cf81bc9305
tree2b2283956104544fe2eb87c441af05a632dfb3cd
parent4e36b1739b03e81ff395959b58fe33e67c4d2233
bootstd: Correct display of kernel version

The address of the bzImage is not recorded in the bootflow, so we cannot
actually locate the version at present. Handle this case, to avoid
showing invalid data.

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