
7 Apr
2023
7 Apr
'23
9:58 p.m.
On Fri, 17 Feb 2023 15:45:47 -0700 Simon Glass sjg@chromium.org wrote:
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
arch/sandbox/include/asm/test.h | 8 ++++++++ 1 file changed, 8 insertions(+)
Applied to u-boot-video/master, thanks!
-- Anatolij