commit | 4060c3610cf07e1769ffb6066fb1da333028f702 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:49 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 8d5e2a7b515398a4292ae79da75b58c896de0892 | |
parent | acec4beb186446af74f1e7d373517152547235df [diff] [blame] |
test: Drop the function for running bootm tests Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 93bcc5e..71283d6 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -171,7 +171,7 @@ #ifdef CONFIG_SANDBOX #if CONFIG_IS_ENABLED(BLOBLIST) SUITE(bloblist), - SUITE_CMD(bootm, do_ut_bootm), + SUITE(bootm), #endif #endif #ifdef CONFIG_CMD_ADDRMAP