u-boot/arch/sandbox/cpu
Heinrich Schuchardt 3cce6fcea7 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>
2023-10-13 10:15:41 -07:00
..
cache.c sandbox: implement invalidate_icache_all() 2020-12-22 20:39:25 -07:00
cpu.c sandbox: Add a dummy dcache_status() function 2023-06-21 16:54:25 -04:00
eth-raw-os.c sandbox: eth-raw: fix building with musl library 2022-01-25 14:02:38 -07:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00
os.c sandbox: Add a way to access persistent test files 2023-08-25 17:55:19 -04:00
sdl.c sandbox: Fix quiting when the LCD window is closed 2023-07-14 12:54:50 -04:00
spl.c sandbox: fix spl_board_init 2023-10-13 10:15:41 -07:00
start.c sandbox: Only read the state if we have a state file 2023-10-06 14:38:13 -04:00
state.c sandbox: Only read the state if we have a state file 2023-10-06 14:38:13 -04:00
u-boot-spl.lds linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
u-boot.lds linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00