projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb70128
)
ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
author
Stefan Roese
<sr@denx.de>
Fri, 28 Dec 2007 05:06:04 +0000
(06:06 +0100)
committer
Stefan Roese
<sr@denx.de>
Fri, 28 Dec 2007 05:06:04 +0000
(06:06 +0100)
Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
platforms mentioned above.
Signed-off-by: Stefan Roese <sr@denx.de>
nand_spl/board/amcc/kilauea/Makefile
patch
|
blob
|
history
diff --git
a/nand_spl/board/amcc/kilauea/Makefile
b/nand_spl/board/amcc/kilauea/Makefile
index 98f27750036bd920641e16220e24398c3d488e56..84bd29824d86627793b397f7987466624daab7ef 100644
(file)
--- a/
nand_spl/board/amcc/kilauea/Makefile
+++ b/
nand_spl/board/amcc/kilauea/Makefile
@@
-90,7
+90,7
@@
$(obj)nand_boot.c:
# from drivers/nand directory
$(obj)nand_ecc.c:
@rm -f $(obj)nand_ecc.c
- ln -s $(SRCTREE)/drivers/nand/nand_ecc.c $(obj)nand_ecc.c
+ ln -s $(SRCTREE)/drivers/
mtd/
nand/nand_ecc.c $(obj)nand_ecc.c
#########################################################################