]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tx25: fix linker file for newer ld support
authorAlbert Aribaud <albert.aribaud@free.fr>
Mon, 15 Nov 2010 20:46:04 +0000 (21:46 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 17 Nov 2010 19:46:06 +0000 (20:46 +0100)
commit858ecd9ac3434e011e84d5fd9013bd1ee199dbdc
tree8500e723c560c9ddb4d6455d185d258db11edf48
parentaaeb0a890a050b58be87fa2b165eec5fa947dc86
tx25: fix linker file for newer ld support

older ld emitted all ELF relocations in input sections named
.rel.dyn, whereas newer ld uses names of the form .rel*. The
linker script only collected .rel.dyn input sections. Rewrite
to collect all .rel* input sections.

Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
nand_spl/board/karo/tx25/u-boot.lds