On Thu, 27 Jan 2011 09:44:59 -0500 <[email protected]> wrote:
> From: Haiying Wang <[email protected]> > > Signed-off-by: Haiying Wang <[email protected]> > Acked-by: Scott Wood <[email protected]> Applied to u-boot-nand-flash next, except: > -$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) depend > +nand_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.mk > $(MAKE) -C nand_spl/board/$(BOARDDIR) all You're reverting commit f0fee6a6469509a6cf1df88a81a73735f74b5a5d here. I've dropped that bit. > -$(ONENAND_IPL): $(TIMESTAMP_FILE) $(VERSION_FILE) > $(obj)include/autoconf.mk > +onenand_ipl: $(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.mk > $(MAKE) -C onenand_ipl/board/$(BOARDDIR) all I wonder if this should be "depend" as well? -Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

