From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Mon, 20 Sep 2010 18:56:21 -0500 Subject: [U-Boot] [PATCH][v3] mpc8308_p1m: support for MPC8308 P1M board In-Reply-To: <20100920164227.958FF157D71@gemini.denx.de> References: <20100907164758.53dd44b9@schlenkerla.am.freescale.net> <1283981819-20603-1-git-send-email-yanok@emcraft.com> <20100913201208.461501b3.kim.phillips@freescale.com> <20100918203554.F2B4D157D71@gemini.denx.de> <20100920111852.0cc76594@udp111988uds.am.freescale.net> <20100920164227.958FF157D71@gemini.denx.de> Message-ID: <20100920185621.79dd6d13.kim.phillips@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 Mon, 20 Sep 2010 18:42:27 +0200 Wolfgang Denk wrote: > In message <20100920111852.0cc76594@udp111988uds.am.freescale.net> you wrote: > > > > ifndef TEXT_BASE > > > > TEXT_BASE = 0xFC000000 > > > > endif > > > > > > Why? > > > > It might have been already set to something else by nand_spl or > > similar. > > No. There is no NAND on that board. it's consistent with other board ports, and there may be a derivative board port with NAND, or some other boot source. btw, subsequent versions of this patch have the ifndef added... Kim