summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2014-04-04 19:05:52 +0200
committerStefano Babic <sbabic@denx.de>2014-04-15 12:23:56 +0200
commit93ad66ced3fde36114aa2d521668d2cd2141fee6 (patch)
tree72367f59125793527f90f4de88d8f0440f4eb5a9 /arch/arm/imx-common/Makefile
parent1b82491ee6ee1e986e5521b33692a00e1f38fe75 (diff)
downloadtalos-obmc-uboot-93ad66ced3fde36114aa2d521668d2cd2141fee6.tar.gz
talos-obmc-uboot-93ad66ced3fde36114aa2d521668d2cd2141fee6.zip
imx-common: add board_video_skip
this function is shared by several boards and thus can be factorized Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index b04dfbbcb9..0e713952dc 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -19,6 +19,7 @@ obj-y += misc.o
endif
ifeq ($(SOC),$(filter $(SOC),mx6))
obj-$(CONFIG_CMD_SATA) += sata.o
+obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
endif
obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o
OpenPOWER on IntegriCloud