[U-Boot] [PATCH v2 11/14] dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
sjg at chromium.org
Thu Jan 21 16:19:13 CET 2016
On 18 January 2016 at 19:52, 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>
> Acked-by: Anatolij Gustschin <agust at denx.de>
> ---
>
> Changes in v2: None
>
> 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(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list