[U-Boot] [PATCH 15/18] dm: video: sandbox: Convert sandbox to use driver model for video

Anatolij Gustschin agust at denx.de
Mon Jan 18 01:10:26 CET 2016


On Tue,  5 Jan 2016 09:31:11 -0700
Simon Glass <sjg at chromium.org> wrote:

> Now that driver model support is available, convert sandbox over to use it.
> We can remove a few of the special hooks that sandbox currently has.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  arch/sandbox/dts/sandbox.dts |  1 +
>  board/sandbox/sandbox.c      | 17 --------
>  common/lcd.c                 | 11 -----
>  configs/sandbox_defconfig    |  1 +
>  drivers/serial/sandbox.c     |  5 +--
>  drivers/video/sandbox_sdl.c  | 95 ++++++++++++++++++++++----------------------
>  include/configs/sandbox.h    | 10 ++---
>  include/fdtdec.h             |  1 -
>  lib/fdtdec.c                 |  1 -
>  9 files changed, 56 insertions(+), 86 deletions(-)

Acked-by: Anatolij Gustschin <agust at denx.de>

--
Anatolij



More information about the U-Boot mailing list