Skip to content

Commit

Permalink
OMAPFB: remove old blizzard driver
Browse files Browse the repository at this point in the history
N8x0's blizzard driver has been ported to new omapdss driver, so we can
now remove the old blizzard driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Feb 22, 2012
1 parent b01543d commit fdcb688
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,672 deletions.
12 changes: 0 additions & 12 deletions arch/arm/plat-omap/include/plat/blizzard.h

This file was deleted.

7 changes: 0 additions & 7 deletions drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ config FB_OMAP_LCDC_HWA742
Say Y here if you want to have support for the external
Epson HWA742 LCD controller.

config FB_OMAP_LCDC_BLIZZARD
bool "Epson Blizzard LCD controller support"
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
help
Say Y here if you want to have support for the external
Epson Blizzard LCD controller.

config FB_OMAP_MANUAL_UPDATE
bool "Default to manual update mode"
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o

objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o
objs-y$(CONFIG_FB_OMAP_LCDC_BLIZZARD) += blizzard.o

objs-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o
objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o
Expand Down
Loading

0 comments on commit fdcb688

Please sign in to comment.