[PATCH 1/1] sandbox: fix spl_board_init
Simon Glass
sjg at chromium.org
Wed Oct 4 04:11:01 CEST 2023
On Mon, 2 Oct 2023 at 19:00, Heinrich Schuchardt
<heinrich.schuchardt at 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.schuchardt at canonical.com>
> ---
> arch/sandbox/cpu/spl.c | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list