commit | aeee87e22ad486ea595a66dcadd58935e7c74b33 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:57 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | 01eb0f4bebda08e3cabd2addaa0a39bf92b8d669 | |
parent | 27c46ab8a16118b299f540c4a068f4cd76b16419 [diff] [blame] |
test: cmd: Use UTF_CONSOLE in tests Set this flag rather than doing things manually in the test. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/cmd/pinmux.c b/test/cmd/pinmux.c index 0b4e001..7ee9269 100644 --- a/test/cmd/pinmux.c +++ b/test/cmd/pinmux.c
@@ -36,4 +36,5 @@ return 0; } -DM_TEST(dm_test_cmd_pinmux_status_pinname, UTF_SCAN_PDATA | UTF_SCAN_FDT); +DM_TEST(dm_test_cmd_pinmux_status_pinname, UTF_SCAN_PDATA | UTF_SCAN_FDT | + UTF_CONSOLE);