diff options
author | Stefan Roese <sr@denx.de> | 2009-07-16 15:12:48 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2009-07-16 17:52:02 -0500 |
commit | 12582ac771b0bf3852817c3bfa4be326522a0665 (patch) | |
tree | 2120c80a97af32295144ddc2613f2fbc5740b26c /cpu/ppc4xx/Makefile | |
parent | 3ebf70db5452d3d47c316ddef09f40e76553bcba (diff) |
nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'cpu/ppc4xx/Makefile')
-rw-r--r-- | cpu/ppc4xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile index 96ab5c6a42a..6f52dfd14f5 100644 --- a/cpu/ppc4xx/Makefile +++ b/cpu/ppc4xx/Makefile @@ -51,7 +51,6 @@ COBJS += fdt.o COBJS += i2c.o COBJS += interrupts.o COBJS += iop480_uart.o -COBJS += ndfc.o COBJS += sdram.o COBJS += speed.o COBJS += tlb.o |