summaryrefslogtreecommitdiff
path: root/test/cmd/pci_mps.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmd/pci_mps.c')
-rw-r--r--test/cmd/pci_mps.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cmd/pci_mps.c b/test/cmd/pci_mps.c
index fd96f4fba6c..a265105600c 100644
--- a/test/cmd/pci_mps.c
+++ b/test/cmd/pci_mps.c
@@ -7,7 +7,6 @@
* Written by Stephen Carlson <stcarlso@linux.microsoft.com>
*/
-#include <common.h>
#include <console.h>
#include <test/suites.h>
#include <test/ut.h>
@@ -28,8 +27,7 @@ static int test_pci_mps_safe(struct unit_test_state *uts)
return 0;
}
-
-PCI_MPS_TEST(test_pci_mps_safe, UT_TESTF_CONSOLE_REC);
+PCI_MPS_TEST(test_pci_mps_safe, UTF_CONSOLE);
int do_ut_pci_mps(struct cmd_tbl *cmdtp, int flag, int argc,
char * const argv[])