
In message 1317844501-9494-1-git-send-email-wd@denx.de I 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
Compile tested on FPS850L, FPS860L, TQM823L, TQM823L_LCD, TQM823M, TQM850L, TQM850M, TQM855L, TQM855M, TQM860L, TQM860M, TQM862L, TQM862M, TQM866M, TQM885D, TTTech, and wtk.
Tested-by: Wolfgang Denk wd@denx.de
Best regards,
Wolfgang Denk