diff options
author | Timur Tabi <timur@freescale.com> | 2010-09-24 01:25:53 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-09-25 13:10:10 +0200 |
commit | d5e01e49f85daf7ad0a504288ccff534f44098a0 (patch) | |
tree | 8d8a8022851cee475b1174c9275efbd78b701e70 /board/freescale/p1022ds/Makefile | |
parent | 9e70d1378c7f41d1aa9ffc5429d810330c194949 (diff) | |
download | u-boot-imx-d5e01e49f85daf7ad0a504288ccff534f44098a0.zip u-boot-imx-d5e01e49f85daf7ad0a504288ccff534f44098a0.tar.gz u-boot-imx-d5e01e49f85daf7ad0a504288ccff534f44098a0.tar.bz2 |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/Makefile b/board/freescale/p1022ds/Makefile index 8ede2d6..678eb2a 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)) |