u-boot/test/boot
Simon Glass e45d22655a 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>
2022-10-31 11:03:36 -04:00
..
bootdev.c bootstd: Add tests for bootstd including all uclasses 2022-04-25 10:00:04 -04:00
bootflow.c test: Update tests to use the skip feature 2022-10-31 11:02:44 -04:00
bootmeth.c test: Update tests to use the skip feature 2022-10-31 11:02:44 -04:00
bootstd_common.c test: Move common FIT code into a separate fit_util file 2022-10-17 21:17:13 -06:00
bootstd_common.h bootstd: Move VBE setup into a shared function 2022-10-17 21:17:13 -06:00
image.c image: Add the concept of a phase to FIT 2022-10-31 11:02:44 -04:00
Makefile image: Add the concept of a phase to FIT 2022-10-31 11:02:44 -04:00
vbe_fixup.c test: Update tests to use the skip feature 2022-10-31 11:02:44 -04:00
vbe_simple.c vbe: Drop the U-Boot prefix from the version 2022-10-31 11:03:36 -04:00