diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2013-01-30 21:39:58 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-08 16:41:14 -0500 |
commit | 7878ca51f2d6e2c131c96451e8727fda247d794e (patch) | |
tree | f8bd4c6c85bc920b4603b54356f263af6c432288 /board/cm_t35/Makefile | |
parent | 581bb41980a38c6ddac40f07ec1c8dcd37aca8f6 (diff) | |
download | u-boot-imx-7878ca51f2d6e2c131c96451e8727fda247d794e.zip u-boot-imx-7878ca51f2d6e2c131c96451e8727fda247d794e.tar.gz u-boot-imx-7878ca51f2d6e2c131c96451e8727fda247d794e.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile index 894fa09..bde56e6 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) |