From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Mar 2011 13:05:51 -0600 Subject: [U-Boot] [PATCH v2] Adds general Freescale external debugger support In-Reply-To: <2239AC579C7D3646A720227A37E026810FAD0B@039-SN1MPN1-004.039d.mgd.msft.net> References: <1296381492-31346-1-git-send-email-tie-fei.zang@freescale.com> <20110130194307.58FA4CD1385@gemini.denx.de> <4D45EB1D.4020104@discworld.dascon.de> <2239AC579C7D3646A720227A37E026810FAD0B@039-SN1MPN1-004.039d.mgd.msft.net> Message-ID: <20110307130551.21521691@schlenkerla> 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, 7 Mar 2011 01:18:28 -0600 Zang Roy-R61911 wrote: > > > > -----Original Message----- > > From: Michael Schwingen [mailto:rincewind at discworld.dascon.de] > > Sent: Monday, January 31, 2011 6:50 AM > > To: Wolfgang Denk > > Cc: Zang Roy-R61911; u-boot at lists.denx.de; Kumar Gala; Wood Scott-B07421 > > Subject: Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger > > support > > > [snip] > > > > Do these need to be enabled by a new #define? What would be the > > > disadvantages of having these options always enabled, for all > > > architectures? > > Always having debug info in the ELF file should not cause problems IMHO, > > and one set of settings per platform should be enough. > Including the debug information, size should be consideration. It doesn't get included in the .bin which is flashed on the target -- you're worried about the developer's hard disk being too small? -Scott