summaryrefslogtreecommitdiff
path: root/board/st/u8500/Makefile
diff options
context:
space:
mode:
authorTorbjorn Svensson <torbjorn.x.svensson@stericsson.com>2010-12-15 12:05:18 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2011-01-18 09:07:11 +0100
commit80c29457c21dbe1f9994bf2d173c329cf3c7227a (patch)
tree9c3ca1b1f6a9944fdae53e29d14c6950a39307b1 /board/st/u8500/Makefile
parentc6458cdfa19cb2fdc37febf8341efcc5fb023bbf (diff)
U8500: Generic display driver
This patch introduces combined DSI and DPI display support for u-boot. The code is also similar to the kernel code for easy maintenance. ST-Ericsson ID: ER319241 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10069 Change-Id: Ic232b6f738348cbedb67e27418678ddd223d7800 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11038 Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Torbjorn SVENSSON <torbjorn.x.svensson@stericsson.com>
Diffstat (limited to 'board/st/u8500/Makefile')
-rw-r--r--board/st/u8500/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 9c6da5a12..26af32e76 100644
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -28,7 +28,8 @@ LIB = $(obj)lib$(BOARD).a
COBJS := u8500.o u8500_i2c.o mmc_host.o mmc_utils.o ab8500vibra.o cmd_cdump.o
SOBJS := mmc_fifo.o
-COBJS-$(CONFIG_VIDEO_LOGO) += mcde_display.o mcde_hw.o mcde_display_image.o
+COBJS-$(CONFIG_VIDEO_LOGO) += mcde_display.o mcde_display_dsi.o mcde_display_dpi.o
+COBJS-$(CONFIG_VIDEO_LOGO) += mcde_hw.o mcde_display_image.o
COBJS += $(COBJS-y)