commit | e45d22655aed0c81fa5890f47c1647c6e95bedb6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:12 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:36 2022 -0400 |
tree | 3a53749d09f992266d063a774a0e235a563a5a37 | |
parent | c263e21bcb01f19e6ccb2452fdcc601ff84942db [diff] |
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>