diff options
| author | Simon Glass <[email protected]> | 2024-08-22 07:57:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-26 18:51:49 -0600 |
| commit | 9b99762eff5eac971cd1ae561e443252afb7b985 (patch) | |
| tree | de2af28b3f1840d9acac81fa0e8b26940cabea29 /test/cmd/armffa.c | |
| parent | b073d48e8dd7d178ebd237089be730d15c72ddfc (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/armffa.c')
| -rw-r--r-- | test/cmd/armffa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/armffa.c b/test/cmd/armffa.c index d7b076cfe7c..fd578f3087f 100644 --- a/test/cmd/armffa.c +++ b/test/cmd/armffa.c @@ -28,4 +28,4 @@ static int dm_test_armffa_cmd(struct unit_test_state *uts) return 0; } -DM_TEST(dm_test_armffa_cmd, UTF_SCAN_FDT | UTF_CONSOLE_REC); +DM_TEST(dm_test_armffa_cmd, UTF_SCAN_FDT | UTF_CONSOLE); |
