summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-04-01 14:37:24 +0200
committerHeiko Schocher <hs@denx.de>2010-04-06 08:10:41 +0200
commitd0b0dcaa220549999d6ea74cf87487846c186a0f (patch)
tree757f90704ae4802da7e522fb6ccd3f9a8501db4d /cpu/ppc4xx/Makefile
parentffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (diff)
downloadbootable_bootloader_goldelico_gta04-d0b0dcaa220549999d6ea74cf87487846c186a0f.zip
bootable_bootloader_goldelico_gta04-d0b0dcaa220549999d6ea74cf87487846c186a0f.tar.gz
bootable_bootloader_goldelico_gta04-d0b0dcaa220549999d6ea74cf87487846c186a0f.tar.bz2
i2c: Move PPC4xx I2C driver into drivers/i2c directory
This patch moves the PPC4xx specific I2C device driver into the I2C drivers directory. All 4xx config headers are updated to include this driver. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/Makefile')
-rw-r--r--cpu/ppc4xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile
index 365f966..88d53fb 100644
--- a/cpu/ppc4xx/Makefile
+++ b/cpu/ppc4xx/Makefile
@@ -52,7 +52,6 @@ COBJS += denali_data_eye.o
COBJS += denali_spd_ddr2.o
COBJS += ecc.o
COBJS += fdt.o
-COBJS += i2c.o
COBJS += interrupts.o
COBJS += iop480_uart.o
ifdef CONFIG_CMD_REGINFO