diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-12 10:15:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-12 10:15:24 -0500 |
commit | f58885d002302b8047446a6a15f7376bb7b1ea32 (patch) | |
tree | b87608f2330d6190c3dcfad66eba8e9da5c47de2 /test/cmd_ut.c | |
parent | ee4f86cc042129abf1b16fcfbf4fc705b03375b6 (diff) | |
parent | 85fd48984e670d45eddd86710aa47c38baa738ca (diff) |
Merge branch '2023-01-11-assorted-general-updates'
- Assorted Kconfig cleanups, code clean ups, env+ubi updates, correct
return value propagation out of environment scripts, and update CI to
latest "jammy" tag.
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 2736582f11c..067bd0828a1 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -65,6 +65,7 @@ static struct cmd_tbl cmd_ut_sub[] = { #if defined(CONFIG_UT_ENV) U_BOOT_CMD_MKENT(env, CONFIG_SYS_MAXARGS, 1, do_ut_env, "", ""), #endif + U_BOOT_CMD_MKENT(exit, CONFIG_SYS_MAXARGS, 1, do_ut_exit, "", ""), #ifdef CONFIG_CMD_FDT U_BOOT_CMD_MKENT(fdt, CONFIG_SYS_MAXARGS, 1, do_ut_fdt, "", ""), #endif |