test: Drop the function for running mbr 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:44 -07:00
committed by Tom Rini
parent 87cf479fdb
commit 1ade3afa2d
3 changed files with 1 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ static struct suite suites[] = {
#endif
#if defined(CONFIG_SANDBOX) && defined(CONFIG_CMD_MBR) && defined(CONFIG_CMD_MMC) \
&& defined(CONFIG_MMC_SANDBOX) && defined(CONFIG_MMC_WRITE)
SUITE_CMD(mbr, do_ut_mbr),
SUITE(mbr),
#endif
SUITE_CMD(mem, do_ut_mem),
#if defined(CONFIG_SANDBOX) && defined(CONFIG_CMD_SETEXPR)