diff options
| author | Simon Glass <[email protected]> | 2025-02-07 11:30:47 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-11 20:10:59 -0600 |
| commit | ba1112839ace31b4aed85506cf5fe74256c597df (patch) | |
| tree | 2815963cf2335e992f38aabca12c39a28a8afcd8 /include/test | |
| parent | a7290bc4b7248118046f748d80088a40f9171576 (diff) | |
test: Drop the function for running fdt_overlay tests
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/test')
| -rw-r--r-- | include/test/suites.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/test/suites.h b/include/test/suites.h index dce720b4e78..78f5cdb4bdf 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -36,8 +36,6 @@ int cmd_ut_category(struct unit_test_state *uts, const char *name, int do_ut_bootstd(struct unit_test_state *uts, struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); -int do_ut_fdt_overlay(struct unit_test_state *uts, struct cmd_tbl *cmdtp, - int flag, int argc, char *const argv[]); int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); #endif /* __TEST_SUITES_H__ */ |
