]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:50 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commit9b99762eff5eac971cd1ae561e443252afb7b985
treede2af28b3f1840d9acac81fa0e8b26940cabea29
parentb073d48e8dd7d178ebd237089be730d15c72ddfc
test: Rename UTF_CONSOLE_REC to UTF_CONSOLE

The _REC suffix doesn't add much. Really what we want to know is whether
the test uses the console, so rename this flag.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
30 files changed:
doc/develop/tests_writing.rst
include/dm/test.h
include/test/test.h
test/boot/bootflow.c
test/boot/upl.c
test/cmd/addrmap.c
test/cmd/armffa.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/fdt.c
test/cmd/font.c
test/cmd/history.c
test/cmd/loadm.c
test/cmd/mbr.c
test/cmd/mem_search.c
test/cmd/pci_mps.c
test/cmd/pwm.c
test/cmd/rw.c
test/cmd/seama.c
test/cmd/setexpr.c
test/cmd/temperature.c
test/dm/ffa.c
test/dm/nvmxip.c
test/dm/rkmtd.c
test/dm/rng.c
test/env/cmd_ut_env.c
test/log/log_filter.c
test/log/log_test.c
test/print_ut.c
test/test-main.c