diff options
| author | Tom Rini <[email protected]> | 2020-12-07 17:16:23 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-12-07 17:16:23 -0500 |
| commit | cd833de0593fa2346dddab21eff6ccf2411380d3 (patch) | |
| tree | f87835b392c62414199e5fb926d0f4f63d92ec9e /include/test | |
| parent | 5157ea526142ace7b0b19939b0d31ace4276cda7 (diff) | |
| parent | 51bb33846ad2b045799d2c43ca773fafa36e6ec8 (diff) | |
Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next
- Series to improve "bootm" by allowing variable evaluation within the
cmdline we would be passing. This will help with Chrome OS but can be
useful elsewhere.
- Improve ATF (TF-A) support within SPL.
Diffstat (limited to 'include/test')
| -rw-r--r-- | include/test/suites.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/suites.h b/include/test/suites.h index 5c97846e7f5..52e8fc8155a 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -26,6 +26,7 @@ int cmd_ut_category(const char *name, const char *prefix, struct unit_test *tests, int n_ents, int argc, char *const argv[]); +int do_ut_bootm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_bloblist(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_compression(struct cmd_tbl *cmdtp, int flag, int argc, |
