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>
This commit is contained in:
Simon Glass
2025-01-20 14:25:49 -07:00
parent 01072ef8ef
commit 1b665cea1b
3 changed files with 1 additions and 11 deletions

View File

@@ -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