* [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL
@ 2010-10-27 9:14 Wolfgang Denk
2010-10-27 9:19 ` Heiko Schocher
2010-10-27 18:18 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-10-27 9:14 UTC (permalink / raw)
To: u-boot
Building of NAND based boards failed sometimes (especially on MP
systems) because of incorrect / missing dependencies.
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index b50830a..5c83b07 100644
--- a/Makefile
+++ b/Makefile
@@ -401,7 +401,7 @@ $(LDSCRIPT): depend
$(obj)u-boot.lds: $(LDSCRIPT)
$(CPP) $(CPPFLAGS) $(LDPPFLAGS) -ansi -D__ASSEMBLY__ -P - <$^ >$@
-$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.mk
+$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) depend
$(MAKE) -C nand_spl/board/$(BOARDDIR) all
$(U_BOOT_NAND): $(NAND_SPL) $(obj)u-boot.bin
--
1.7.2.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL
2010-10-27 9:14 [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL Wolfgang Denk
@ 2010-10-27 9:19 ` Heiko Schocher
2010-10-27 18:18 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2010-10-27 9:19 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
Wolfgang Denk wrote:
> Building of NAND based boards failed sometimes (especially on MP
> systems) because of incorrect / missing dependencies.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Tested on the tx25 board:
Tested-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL
2010-10-27 9:14 [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL Wolfgang Denk
2010-10-27 9:19 ` Heiko Schocher
@ 2010-10-27 18:18 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-10-27 18:18 UTC (permalink / raw)
To: u-boot
In message <1288170898-3332-1-git-send-email-wd@denx.de> you wrote:
> Building of NAND based boards failed sometimes (especially on MP
> systems) because of incorrect / missing dependencies.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Intel told us the Pentium would have "RISK" features...
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-27 18:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 9:14 [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL Wolfgang Denk
2010-10-27 9:19 ` Heiko Schocher
2010-10-27 18:18 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox