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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c
index 958b591..c4a42ee 100644
--- a/test/cmd_ut.c
+++ b/test/cmd_ut.c
@@ -134,9 +134,7 @@
 	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"),