[PATCH v2 24/39] test: mbr: Drop a duplicate test
Simon Glass
sjg at chromium.org
Tue Aug 6 14:58:35 CEST 2024
The test currently runs twice as it is declared twice. Unwind this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
test/cmd/mbr.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/test/cmd/mbr.c b/test/cmd/mbr.c
index 81ca6f15b2a..f1fc44051df 100644
--- a/test/cmd/mbr.c
+++ b/test/cmd/mbr.c
@@ -483,10 +483,3 @@ int do_ut_mbr(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
return cmd_ut_category("mbr", "mbr_test_", tests, n_ents, argc, argv);
}
-
-static int dm_test_cmd_mbr(struct unit_test_state *uts)
-{
- return mbr_test_run(uts);
-}
-
-DM_TEST(dm_test_cmd_mbr, UT_TESTF_SCAN_FDT | UT_TESTF_CONSOLE_REC);
--
2.34.1
More information about the U-Boot
mailing list