]> git.baikalelectronics.ru Git - uboot.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)
commit5e613359871d4d5d8dd31d2e6dc3c422ff4f901b
tree7b457443b813168d3dc21b4ccef7db44c4b41ff5
parentfefe231b902f1eceb753ae3010b210862c05b163
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