diff options
| author | Simon Glass <[email protected]> | 2025-01-20 14:25:52 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-24 14:34:40 -0600 |
| commit | 822cb558e1a9415c3b4b8069fd62734d3d37ddfe (patch) | |
| tree | 0fe1afc0ed262f51f31a8f714c903d33bc8773b7 /include/test | |
| parent | d5e5cb48e646ef089b57a4d924796b153f73fbfd (diff) | |
test: Drop the function for running loadm 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/test/suites.h b/include/test/suites.h index b96a78f7129..f6b33da5a28 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -32,7 +32,6 @@ int cmd_ut_category(const char *name, const char *prefix, int do_ut_bootstd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); -int do_ut_loadm(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[]); int do_ut_overlay(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); |
