On Sat, 16 Dec 2023 at 08:46, Heinrich Schuchardt <[email protected]> wrote: > > Building sandbox_defconfig with > > CONFIG_BOOTSTD=n > CONFIG_UT_BOOTSTD=y > > leads to an error > > /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0xc0): > undefined reference to `do_ut_bootstd' > > Add the missing dependency. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Simon Glass <[email protected]>

