[PATCH v3 07/46] bootstd: Correct display of kernel version
Simon Glass
sjg at chromium.org
Fri Dec 20 05:06:44 CET 2024
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 at chromium.org>
---
(no changes since v1)
arch/x86/lib/zimage.c | 13 ++++++++-----
cmd/bootflow.c | 2 ++
2 files changed, 10 insertions(+), 5 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list