Skip to content

Commit

Permalink
video: Drop the sed13806 driver
Browse files Browse the repository at this point in the history
This is not used in U-Boot.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Oct 23, 2016
1 parent c370d38 commit ac8a32f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 383 deletions.
5 changes: 0 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -1614,11 +1614,6 @@ CBFS (Coreboot Filesystem) support
instead.

- Video support:
CONFIG_VIDEO_SED13806
Enable Epson SED13806 driver. This driver supports 8bpp
and 16bpp modes defined by CONFIG_VIDEO_SED13806_8BPP
or CONFIG_VIDEO_SED13806_16BPP

CONFIG_FSL_DIU_FB
Enable the Freescale DIU video driver. Reference boards for
SOCs that have a DIU should define this macro to enable DIU
Expand Down
1 change: 0 additions & 1 deletion drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ obj-$(CONFIG_VIDEO_MVEBU) += mvebu_lcd.o
obj-$(CONFIG_VIDEO_MXS) += mxsfb.o videomodes.o
obj-$(CONFIG_VIDEO_OMAP3) += omap3_dss.o
obj-$(CONFIG_VIDEO_SANDBOX_SDL) += sandbox_sdl.o
obj-$(CONFIG_VIDEO_SED13806) += sed13806.o
obj-$(CONFIG_VIDEO_SM501) += sm501.o
obj-$(CONFIG_VIDEO_SUNXI) += sunxi_display.o videomodes.o
obj-$(CONFIG_VIDEO_TEGRA20) += tegra.o
Expand Down
9 changes: 0 additions & 9 deletions drivers/video/cfb_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,6 @@
#define VIDEO_HW_BITBLT
#endif

/*
* Defines for the SED13806 driver
*/
#ifdef CONFIG_VIDEO_SED13806
#define VIDEO_FB_LITTLE_ENDIAN
#define VIDEO_HW_RECTFILL
#define VIDEO_HW_BITBLT
#endif

#if defined(CONFIG_VIDEO_MXS)
#define VIDEO_FB_16BPP_WORD_SWAP
#endif
Expand Down
286 changes: 0 additions & 286 deletions drivers/video/sed13806.c

This file was deleted.

Loading

0 comments on commit ac8a32f

Please sign in to comment.