Re: [U-Boot] [PATCH] Fix NAND_SPL and ONENAND_IPL in Makefile

2011-03-16 Thread Scott Wood
On Thu, 27 Jan 2011 09:44:59 -0500 wrote: > From: Haiying Wang > > Signed-off-by: Haiying Wang > Acked-by: Scott Wood Applied to u-boot-nand-flash next, except: > -$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) depend > +nand_spl:$(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.

Re: [U-Boot] [PATCH] Fix NAND_SPL and ONENAND_IPL in Makefile

2011-02-03 Thread Haiying Wang
Dear Wolfgang, On Thu, 2011-01-27 at 09:44 -0500, haiying.w...@freescale.com wrote: > From: Haiying Wang > > Signed-off-by: Haiying Wang > Acked-by: Scott Wood > > --- > Makefile | 30 ++ > 1 files changed, 14 insertions(+), 16 deletions(-) > > diff --git a/Make

[U-Boot] [PATCH] Fix NAND_SPL and ONENAND_IPL in Makefile

2011-01-27 Thread Haiying.Wang
From: Haiying Wang Signed-off-by: Haiying Wang Acked-by: Scott Wood --- Makefile | 30 ++ 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 5f93646..0d1ea5d 100644 --- a/Makefile +++ b/Makefile @@ -287,17 +287,6 @@ LDPPFLA