diff options
| author | Marek Vasut <[email protected]> | 2023-05-31 03:03:58 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-20 16:08:13 -0400 |
| commit | bf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7 (patch) | |
| tree | 7184cc1f5993b35e4c84a929eb5b3e0ab498e1ff /include | |
| parent | b1574ddebd34fee83e4c11f9da54b52ba7198fa8 (diff) | |
test: bdinfo: Add test for command bdinfo
Add test for command bdinfo .
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -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 7349ce5aa60..1c7dc65966a 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -28,6 +28,7 @@ int cmd_ut_category(const char *name, const char *prefix, int do_ut_addrmap(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); +int do_ut_bdinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_bootm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_bootstd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); |
