Skip to content

Commit

Permalink
video: add formike lcd panel init
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
  • Loading branch information
hsdenx authored and trini committed Aug 28, 2013
1 parent 988ea35 commit b26354c
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COBJS-$(CONFIG_VIDEO_SM501) += sm501.o
COBJS-$(CONFIG_VIDEO_SMI_LYNXEM) += smiLynxEM.o videomodes.o
COBJS-$(CONFIG_VIDEO_TEGRA) += tegra.o
COBJS-$(CONFIG_VIDEO_VCXK) += bus_vcxk.o
COBJS-$(CONFIG_FORMIKE) += formike.o

COBJS := $(sort $(COBJS-y))
SRCS := $(COBJS:.o=.c)
Expand Down
Loading

0 comments on commit b26354c

Please sign in to comment.