From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 17 May 2012 15:58:06 -0500 Subject: [U-Boot] What is the correct way to configure SPL options? In-Reply-To: <4FB563D1.7080105@ti.com> References: <20120517184835.GB23562@bill-the-cat> <4FB55E1D.4040309@freescale.com> <4FB563D1.7080105@ti.com> Message-ID: <4FB5665E.9040409@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/17/2012 03:47 PM, Tom Rini wrote: > On 05/17/2012 01:22 PM, Scott Wood wrote: >> We had problems with (B) regarding TEXT_BASE -- the makefile versions of >> the config symbols will only be generated once. >> CONFIG_SKIP_LOW_LEVEL_INIT doesn't seem to be used from makefiles. >> >> I still think (C) is the way to go. > > But since we have CONFIG_SYS_SPL_TEXT_BASE now, (B) is how we do it > normally, yes? That was more of an instance of "OK, I give in, we'll do it the simple but ugly way if it's just this one thing" than "the normal way". -Scott