summaryrefslogtreecommitdiffstats
path: root/board/freescale/p1022ds/Makefile
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-09-24 01:25:53 +0200
committerAnatolij Gustschin <agust@denx.de>2010-09-25 13:10:10 +0200
commitd5e01e49f85daf7ad0a504288ccff534f44098a0 (patch)
tree8d8a8022851cee475b1174c9275efbd78b701e70 /board/freescale/p1022ds/Makefile
parent9e70d1378c7f41d1aa9ffc5429d810330c194949 (diff)
downloadblackbird-obmc-uboot-d5e01e49f85daf7ad0a504288ccff534f44098a0.tar.gz
blackbird-obmc-uboot-d5e01e49f85daf7ad0a504288ccff534f44098a0.zip
p1022ds: add video support
Add support for the DIU controller. If CONFIG_VIDEO is defined, then the console will appear on a DVI monitor instead of the serial port. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/freescale/p1022ds/Makefile')
-rw-r--r--board/freescale/p1022ds/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/Makefile b/board/freescale/p1022ds/Makefile
index 8ede2d6055..678eb2ae06 100644
--- a/board/freescale/p1022ds/Makefile
+++ b/board/freescale/p1022ds/Makefile
@@ -16,6 +16,8 @@ COBJS-y += ddr.o
COBJS-y += law.o
COBJS-y += tlb.o
+COBJS-$(CONFIG_FSL_DIU_FB) += diu.o
+
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
SOBJS := $(addprefix $(obj),$(SOBJS))
OpenPOWER on IntegriCloud