summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-12 21:09:50 -0600
committerHeiko Schocher <hs@denx.de>2017-05-15 06:17:25 +0200
commit7ffce4f17fdbb110f572dae60670ec28db731ef2 (patch)
tree7ef00f762601cf9dab54e93f63cf79840650da40 /arch/powerpc/cpu/mpc8xx/Makefile
parenteb5ba3aefdf0f6cbd61684eeb61428f11fa7613c (diff)
downloadu-boot-7ffce4f17fdbb110f572dae60670ec28db731ef2.tar.gz
i2c: powerpc: Remove use of CONFIG_HARD_I2C
Drop use of this long-deprecated option for powerpc. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc8xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Makefile b/arch/powerpc/cpu/mpc8xx/Makefile
index 6f81fee571..fc91a054f0 100644
--- a/arch/powerpc/cpu/mpc8xx/Makefile
+++ b/arch/powerpc/cpu/mpc8xx/Makefile
@@ -14,7 +14,6 @@ obj-y += cpu.o
obj-y += cpu_init.o
obj-y += fec.o
obj-$(CONFIG_OF_LIBFDT) += fdt.o
-obj-y += i2c.o
obj-y += interrupts.o
obj-y += scc.o
obj-y += serial.o