]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4d8ba02d74a0b07892e3af63d4b62eb40e65a400
tree3a53749d09f992266d063a774a0e235a563a5a37
parent266c378f5a9899157e6aa780d07dfdf1fd0484aa
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