diff options
author | Ye.Li <B37916@freescale.com> | 2015-11-09 13:41:27 +0800 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-09 14:42:53 +0100 |
commit | a577912cbff962f816a1226de926e9155554ce6f (patch) | |
tree | 2aafe04a3b1701d6a0b139e505b56fd7ad2b9831 /arch/arm/imx-common | |
parent | cc6e715561462a914e618004d66b96ad11f5a4eb (diff) |
Revert "MLK-11408-1 imx: mx7d: Add mx7d RDC driver support"
This reverts commit 3b548a3ddf03dcbb646912ef7bbdd3cdb2daf81a.
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r-- | arch/arm/imx-common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile index 2dea970a8f4..f77fcd58995 100644 --- a/arch/arm/imx-common/Makefile +++ b/arch/arm/imx-common/Makefile @@ -21,7 +21,6 @@ ifeq ($(SOC),$(filter $(SOC),mx7)) obj-y += cpu.o obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o obj-$(CONFIG_GPT_TIMER) += timer.o -obj-$(CONFIG_MXC_RDC) += rdc-sema.o obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o endif ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs)) |