On Sat, 16 Dec 2023 at 08:46, Heinrich Schuchardt <heinrich.schucha...@canonical.com> 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 <heinrich.schucha...@canonical.com> > --- > test/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>