From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Tue, 28 Jun 2005 09:42:02 -0600 Subject: [U-Boot-Users] Relocation of symbols? In-Reply-To: <20050628002132.AEB77CD555@atlas.denx.de> References: <528646bc050627152162d1dba@mail.gmail.com> <20050628002132.AEB77CD555@atlas.denx.de> Message-ID: <528646bc050628084268e1aff3@mail.gmail.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 6/27/05, Wolfgang Denk wrote: > In message <528646bc050627152162d1dba@mail.gmail.com> you wrote: > > Ultimatly, I'm asking/debating whether or not a two-image scheme would > > make it simpler to debug. Granted there are other issues, such as > > duplicate copies of functions; but that's why I'm asking, to get other > > perspectives and become a better designer. :-) > > Been there before. I know exactly why I don't want to change this > part of the design. Feel free to try it out on your own. Port your > code to 3 or 4 boards. I'm sure we'll see you back here soon. > Thanks for the info; I'd been wondering about the design background for a while, so it's good to get the perspective. Cheers, g.