test: Drop the function for running fdt_overlay 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-02-07 11:30:47 -07:00
parent 0fac05b062
commit b014146ee2
3 changed files with 1 additions and 20 deletions

View File

@@ -134,9 +134,7 @@ static struct suite suites[] = {
SUITE(env, "environment"),
SUITE(exit, "shell exit and variables"),
SUITE(fdt, "fdt command"),
#ifdef CONFIG_UT_FDT_OVERLAY
SUITE_CMD(fdt_overlay, do_ut_fdt_overlay, "device tree overlays"),
#endif
SUITE(fdt_overlay, "device tree overlays"),
SUITE(font, "font command"),
SUITE(hush, "hush behaviour"),
SUITE(lib, "library functions"),