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 /nand_spl/board/amcc/sequoia | |
parent | 3ebf70db5452d3d47c316ddef09f40e76553bcba (diff) | |
download | u-boot-imx-12582ac771b0bf3852817c3bfa4be326522a0665.zip u-boot-imx-12582ac771b0bf3852817c3bfa4be326522a0665.tar.gz u-boot-imx-12582ac771b0bf3852817c3bfa4be326522a0665.tar.bz2 |
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 'nand_spl/board/amcc/sequoia')
-rw-r--r-- | nand_spl/board/amcc/sequoia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/amcc/sequoia/Makefile b/nand_spl/board/amcc/sequoia/Makefile index fba0322..462005f 100644 --- a/nand_spl/board/amcc/sequoia/Makefile +++ b/nand_spl/board/amcc/sequoia/Makefile @@ -63,7 +63,7 @@ $(obj)denali_data_eye.c: $(obj)ndfc.c: @rm -f $(obj)ndfc.c - ln -s $(SRCTREE)/cpu/ppc4xx/ndfc.c $(obj)ndfc.c + ln -s $(SRCTREE)/drivers/mtd/nand/ndfc.c $(obj)ndfc.c $(obj)resetvec.S: @rm -f $(obj)resetvec.S |