From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 24 Jan 2011 23:29:45 +0100 Subject: [U-Boot] [PATCH 3/8 v2] Introduce the Tertiary Program loader In-Reply-To: <1295907459.2051.158.camel@haiying-laptop> References: <1291217737-3870-1-git-send-email-Haiying.Wang@freescale.com> <1291217737-3870-4-git-send-email-Haiying.Wang@freescale.com> <20110122220438.DB85EB187@gemini.denx.de> <1295842861.2196.38.camel@haiying-laptop> <20110124124919.E02EFB187@gemini.denx.de> <1295906076.2051.127.camel@haiying-laptop> <20110124220925.CD3B6CD1385@gemini.denx.de> <1295907459.2051.158.camel@haiying-laptop> Message-ID: <20110124222945.9E445B187@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Haiying Wang, In message <1295907459.2051.158.camel@haiying-laptop> you wrote: > > > It's not the name. But you use it ina few places here, buth then hard > > encode "tpl" in a number of other paces there. Which means that you > > cannot change TPL_BOOT to any other value, or building would break. > > So why do we need this variable? > It follows the same usage of NAND_SPL. Ah. I see. Well, so NAND_SPL needs fixing as well :-( > > Sorry, I cannot follow - which reset? which semicolon? > > Sorry, :%s/reset/rest/. The semicolon is the same one in your previous > comments. I meant the part: > : $(TIMESTAMP_FILE) $(VERSION_FILE) depend > $(MAKE) -C tpl/board/$(BOARDDIR) all Ah, I see what you mean. But that's a colon (':') - a semicolon if a ';'. > If it is as you thought, then how the platforms will be built without > NAND_SPL or ONENAND_IPL is not defined? I have to admit that I wasnot aware that NAND_SPL was usign all teh same constructs. We should clean all this up. 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 For every complex problem, there is a solution that is simple, neat, and wrong. - Mark Twain