projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f90c62
)
arm: imx: mx5: Make videoskip available on MX5
author
Marek Vasut
<
[email protected]
>
Thu, 4 Oct 2018 19:16:42 +0000
(21:16 +0200)
committer
Stefano Babic
<
[email protected]
>
Tue, 16 Oct 2018 08:33:26 +0000
(10:33 +0200)
The board_video_skip() implementation in imx-common/video.c works
on i.MX5x as well, so loosen the SoC filter in Makefile to make it
available.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
arch/arm/mach-imx/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/Makefile
b/arch/arm/mach-imx/Makefile
index 733c308670815e237451170dcb0844dac840319f..9b00074483d57137bfd7d118a3c41645e41e8311 100644
(file)
--- a/
arch/arm/mach-imx/Makefile
+++ b/
arch/arm/mach-imx/Makefile
@@
-31,10
+31,12
@@
obj-y += cpu.o
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
obj-$(CONFIG_ENV_IS_IN_MMC) += mmc_env.o
endif
+ifeq ($(SOC),$(filter $(SOC),mx5 mx6 mx7))
+obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
+endif
ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
obj-y += cache.o init.o
obj-$(CONFIG_FEC_MXC) += mac.o
-obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
obj-$(CONFIG_IMX_RDC) += rdc-sema.o
ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o