summaryrefslogtreecommitdiffstats
path: root/board/cm_t35/Makefile
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2013-01-30 21:39:58 +0000
committerTom Rini <trini@ti.com>2013-03-08 16:41:14 -0500
commit7878ca51f2d6e2c131c96451e8727fda247d794e (patch)
treef8bd4c6c85bc920b4603b54356f263af6c432288 /board/cm_t35/Makefile
parent581bb41980a38c6ddac40f07ec1c8dcd37aca8f6 (diff)
downloadtalos-obmc-uboot-7878ca51f2d6e2c131c96451e8727fda247d794e.tar.gz
talos-obmc-uboot-7878ca51f2d6e2c131c96451e8727fda247d794e.zip
cm-t35: add support for dvi displays
Add support for dvi displays with user selectable dvi presets. Cc: Wolfgang Denk <wd@denx.de> Cc: Jeroen Hofstee <jeroen@myspectrum.nl> Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/cm_t35/Makefile')
-rw-r--r--board/cm_t35/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile
index 894fa097e1..bde56e61f4 100644
--- a/board/cm_t35/Makefile
+++ b/board/cm_t35/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
COBJS-$(CONFIG_DRIVER_OMAP34XX_I2C) += eeprom.o
+COBJS-$(CONFIG_LCD) += display.o
COBJS := cm_t35.o leds.o $(COBJS-y)
OpenPOWER on IntegriCloud