]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: sdl: Add stub sandbox_sdl_remove_display()
authorAndrew Scull <ascull@google.com>
Wed, 23 Mar 2022 20:20:37 +0000 (20:20 +0000)
committerAnatolij Gustschin <agust@denx.de>
Sat, 25 Jun 2022 05:54:20 +0000 (07:54 +0200)
commitc527e3f52db34ce945ebea55e8d16c6e8fda2705
tree7b457443b813168d3dc21b4ccef7db44c4b41ff5
parent625756083e3358744fbe0a60e0eedc009041782d
sandbox: sdl: Add stub sandbox_sdl_remove_display()

Building the sandbox with NO_SDL=1 resulted in an undefined reference to
'sandbox_sdl_remove_display'. Resolve this by adding a stub
implementation to match the stubs of the other similar functions.

Signed-off-by: Andrew Scull <ascull@google.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/sdl.h