commit | 3cce6fcea714a089df2221128210a8fa9bb4f0fd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Oct 03 02:59:46 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 13 10:15:41 2023 -0700 |
tree | 09769bdcf5e4e41bc7a8b5cbb80f7334d6b24887 | |
parent | e824d0d0c219bc6da767f13f90c5b00eefe929f0 [diff] |
sandbox: fix spl_board_init 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.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>