summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-01-28 16:55:00 +0800
committerStefano Babic <sbabic@denx.de>2016-02-21 11:46:26 +0100
commitde09c43bbfeeae767a8561d2810df55675e8b1a4 (patch)
tree08ff1546c0cd20560b52e1173f8e6a5655f0dfad /arch/arm/imx-common/Makefile
parent613e01065a17e17af9b6ab5b41c976a03990cc1a (diff)
downloadu-boot-imx-de09c43bbfeeae767a8561d2810df55675e8b1a4.zip
u-boot-imx-de09c43bbfeeae767a8561d2810df55675e8b1a4.tar.gz
u-boot-imx-de09c43bbfeeae767a8561d2810df55675e8b1a4.tar.bz2
imx: imx-common: introduce Resource Domain Controller support
Introduce Resource Domain Controller support for i.MX. Now i.MX6SX and i.MX7D supports this feature to assign masters and peripherals to different domains. Signed-off-by: Ye.Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
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 e7190c3..568f41c 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -27,6 +27,7 @@ ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
obj-y += cache.o init.o
obj-$(CONFIG_CMD_SATA) += sata.o
obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
+obj-$(CONFIG_IMX_RDC) += rdc-sema.o
obj-$(CONFIG_SECURE_BOOT) += hab.o
endif
ifeq ($(SOC),$(filter $(SOC),vf610))