[PATCH] sandbox: sdl: Add stub sandbox_sdl_remove_display()

Andrew Scull ascull at google.com
Wed Mar 23 19:06:44 CET 2022


> +static int sandbox_sdl_remove_display(void)

Forgot the inline :/ should I resend or can it be added when applying?

> +{
> +       return -ENODEV;
> +}
> +
>  static inline int sandbox_sdl_sync(void *lcd_base)
>  {
>         return -ENODEV;


More information about the U-Boot mailing list