On Sun, Nov 23, 2025 at 11:56:59PM +0100, Heinrich Schuchardt wrote: > The exit command is not available if CONFIG_HUSH_PARSER=n > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/Kconfig | 1 + > test/cmd/Makefile | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/test/Kconfig b/test/Kconfig > index 77e7cad3984..6a4a5fc6708 100644 > --- a/test/Kconfig > +++ b/test/Kconfig > @@ -3,6 +3,7 @@ menu "Testing" > config UNIT_TEST > bool "Unit tests" > depends on CMDLINE > + imply HEXDUMP > help > Select this to compile in unit tests for various parts of > U-Boot. Test suites will be subcommands of the "ut" command.
This should be its own commit, or part of the hexdump patch. -- Tom
signature.asc
Description: PGP signature

