summaryrefslogtreecommitdiff
path: root/test/cmd/addrmap.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-08-22 07:57:50 -0600
committerTom Rini <[email protected]>2024-08-26 18:51:49 -0600
commit9b99762eff5eac971cd1ae561e443252afb7b985 (patch)
treede2af28b3f1840d9acac81fa0e8b26940cabea29 /test/cmd/addrmap.c
parentb073d48e8dd7d178ebd237089be730d15c72ddfc (diff)
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 <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'test/cmd/addrmap.c')
-rw-r--r--test/cmd/addrmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/addrmap.c b/test/cmd/addrmap.c
index fb4ec316781..abeb467aede 100644
--- a/test/cmd/addrmap.c
+++ b/test/cmd/addrmap.c
@@ -24,7 +24,7 @@ static int addrmap_test_basic(struct unit_test_state *uts)
return 0;
}
-ADDRMAP_TEST(addrmap_test_basic, UTF_CONSOLE_REC);
+ADDRMAP_TEST(addrmap_test_basic, UTF_CONSOLE);
int do_ut_addrmap(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
{