summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authortrem <tremyfr@yahoo.fr>2013-09-21 18:13:35 +0200
committerHeiko Schocher <hs@denx.de>2013-10-17 07:20:24 +0200
commitfac9640895c3f778c3d2a33521dfd95bd5cba653 (patch)
tree170424cee7853c69637a6e5a72f775a1a2167578 /arch/arm/imx-common/Makefile
parent815a76f2ef08b700da611645c9329f632b681491 (diff)
downloadtalos-obmc-uboot-fac9640895c3f778c3d2a33521dfd95bd5cba653.tar.gz
talos-obmc-uboot-fac9640895c3f778c3d2a33521dfd95bd5cba653.zip
i2c: mxc: move to new subsystem
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index 727a052806..6c78dd91c3 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -16,7 +16,7 @@ COBJS-y = iomux-v3.o
endif
ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
COBJS-y += timer.o cpu.o speed.o
-COBJS-$(CONFIG_I2C_MXC) += i2c-mxv7.o
+COBJS-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
endif
ifeq ($(SOC),$(filter $(SOC),mx6 mxs))
COBJS-y += misc.o
OpenPOWER on IntegriCloud