On Mon, 2 Oct 2023 at 19:00, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > sandbox_spl_defconfig with CONFIG_SPL_UNIT_TEST=n fails to build. > > in function `spl_board_init': > arch/sandbox/cpu/spl.c:134:(.text.spl_board_init+0x4a): > undefined reference to `ut_run_list' > > Add the missing configuration check. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > arch/sandbox/cpu/spl.c | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm, thanks!