]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm_t335: fix linker file to produce full ELF
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 22 Feb 2014 16:53:41 +0000 (17:53 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 26 Feb 2014 20:18:04 +0000 (21:18 +0100)
commit62bbc2f25aab6010042dc1d22e9f8449fc946449
treeb8a890e1ecf9460b79416752694f8fb9e475371a
parentfae56934a0744a4dd6981323ba8a966646fd7ca5
cm_t335: fix linker file to produce full ELF

Newly added cm_t335 was missed in commit 47ed5dd0 which
made ARM targets produce full ELF files. Fix its linker
script.

This change is binary-invariant when only .dynsym, .dynstr,
.dynamic, .plt, .interp and .gun sections are declared.

Sections .hash, .got.plt, .dynbss and .ARM.exidx are also
declared so that their (unused) content is moved out of the
u-boot binary.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
board/compulab/cm_t335/u-boot.lds