From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 6 Oct 2011 00:16:53 +0200 Subject: [U-Boot] [PATCH] TQM8xx: make room for growing code size due to I/O accessor cleanup In-Reply-To: <20111005200105.7328218E5B48@gemini.denx.de> References: <1317819115-9089-1-git-send-email-marek.vasut@gmail.com> <1317844501-9494-1-git-send-email-wd@denx.de> <20111005200105.7328218E5B48@gemini.denx.de> Message-ID: <201110060016.53891.marek.vasut@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 Wednesday, October 05, 2011 10:01:05 PM Wolfgang Denk wrote: > Dear Wolfgang Denk, > > In message <1317844501-9494-1-git-send-email-wd@denx.de> you wrote: > > Commit "PPC: Cleanup tqm8xx_pcmcia.c" will clean up the PCMCIA code > > to use I/O accessors instead of plain volatile pointer accesses. > > This will result in about 300 byte bigger code. Fix custom linker > > script to make room for this. > > > > While we are at it, drop unmaintained u-boot.lds.debug linker script. > > > > Signed-off-by: Wolfgang Denk > > Cc: Marek Vasut > > --- > > > > board/tqc/tqm8xx/u-boot.lds | 3 +- > > board/tqc/tqm8xx/u-boot.lds.debug | 135 > > ------------------------------------- 2 files changed, 2 insertions(+), > > 136 deletions(-) > > delete mode 100644 board/tqc/tqm8xx/u-boot.lds.debug > > Applied, thanks. You're thanking to yourself ? ;-) Anyway, thanks for this patch!