summaryrefslogtreecommitdiff
path: root/test/cmd_ut.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-01-20 14:25:49 -0700
committerTom Rini <trini@konsulko.com>2025-01-24 14:34:40 -0600
commit1ca67c3f040fb91cb32c9c29251429496a6ee280 (patch)
tree8d5e2a7b515398a4292ae79da75b58c896de0892 /test/cmd_ut.c
parent28b32858aaa8afa20b9bd2de8e7f535b6f8f2a2e (diff)
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>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r--test/cmd_ut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c
index 93bcc5efc74..71283d6dd14 100644
--- a/test/cmd_ut.c
+++ b/test/cmd_ut.c
@@ -171,7 +171,7 @@ static struct suite suites[] = {
#ifdef CONFIG_SANDBOX
#if CONFIG_IS_ENABLED(BLOBLIST)
SUITE(bloblist),
- SUITE_CMD(bootm, do_ut_bootm),
+ SUITE(bootm),
#endif
#endif
#ifdef CONFIG_CMD_ADDRMAP