u-boot/arch/sandbox
Simon Glass 67a3646521 sandbox: video: Fix building without SDL
This is currently broken. If SDL is not installed, SANDBOX_SDL becomes
false and build errors are generated, e.g.:

   test/dm/video.c:424: undefined reference to `sandbox_sdl_set_bpp'

Fix it by making the function return an error in this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-04-07 17:43:36 +02:00
..
cpu sandbox: Allow SPI flash bootdevs to be disabled for tests 2023-01-23 18:11:41 -05:00
dts sandbox: Update the VBE firmware location 2023-04-03 06:53:53 +12:00
include/asm sandbox: video: Fix building without SDL 2023-04-07 17:43:36 +02:00
lib Correct SPL uses of LMB 2023-02-10 07:41:39 -05:00
config.mk sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREE 2023-02-07 14:33:47 -05:00
Kconfig sandbox: Rework how SDL is enabled / disabled 2022-12-05 16:11:50 -05:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00