[PATCH] sandbox: sdl: Add stub sandbox_sdl_remove_display()
Simon Glass
sjg at chromium.org
Wed Mar 23 19:53:58 CET 2022
Hi Andrew,
On Wed, 23 Mar 2022 at 12:06, Andrew Scull <ascull at google.com> wrote:
>
> > +static int sandbox_sdl_remove_display(void)
>
> Forgot the inline :/ should I resend or can it be added when applying?
Best to resend I think. With that you can add:
Reviewed-by: Simon Glass <sjg at chromium.org>
>
> > +{
> > + return -ENODEV;
> > +}
> > +
> > static inline int sandbox_sdl_sync(void *lcd_base)
> > {
> > return -ENODEV;
Regards,
Simon
More information about the U-Boot
mailing list