diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:52 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | 822cb558e1a9415c3b4b8069fd62734d3d37ddfe (patch) | |
tree | 0fe1afc0ed262f51f31a8f714c903d33bc8773b7 /test/cmd_ut.c | |
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 <sjg@chromium.org>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index c892891d6c8..3620be62ce6 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -181,7 +181,7 @@ static struct suite suites[] = { SUITE(hush), #endif #ifdef CONFIG_CMD_LOADM - SUITE_CMD(loadm, do_ut_loadm), + SUITE(loadm), #endif #ifdef CONFIG_CMD_PCI_MPS SUITE_CMD(pci_mps, do_ut_pci_mps), |