
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 wd@denx.de Cc: Marek Vasut marek.vasut@gmail.com
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!