vbe: Drop the U-Boot prefix from the version
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:12 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:03:36 +0000 (11:03 -0400)
commite45d22655aed0c81fa5890f47c1647c6e95bedb6
tree3a53749d09f992266d063a774a0e235a563a5a37
parentc263e21bcb01f19e6ccb2452fdcc601ff84942db
vbe: Drop the U-Boot prefix from the version

We don't need the U-Boot prefix on the version and in fact it is harmful
since pytest gets confused seeing the U-Boot banner bring displayed when
the version is printed.

Drop the prefix from the string.

We could produce an entirely new string from the component parts, but this
adds to the rodata size and would break the use of version_string as the
only thing which holds this information.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_simple_os.c
test/boot/vbe_simple.c