Re: [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL

2010-10-27 Thread Wolfgang Denk
In message <1288170898-3332-1-git-send-email...@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 > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deleti

Re: [U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL

2010-10-27 Thread Heiko Schocher
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 > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Tested on the tx25 boa

[U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL

2010-10-27 Thread Wolfgang Denk
Building of NAND based boards failed sometimes (especially on MP systems) because of incorrect / missing dependencies. Signed-off-by: Wolfgang Denk --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index b50830a..5c83b07 100644 --- a/Makef