Hi Heinrich, On Sat, 1 Oct 2022 at 04:11, Heinrich Schuchardt <[email protected]> wrote: > > Building test/boot fails on qemu-riscv64_smode_defconfig with > > test/boot/bootdev.c:178: undefined reference to `usb_started' > > Checking CONFIG_UNIT_TEST is already done in /Makefile, no need to > repeat it in /test/Makefile. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/Makefile | 4 ++-- > test/cmd_ut.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]> How are you seeing this failure? It is not in CI. - Simon

