Skip to content
Snippets Groups Projects
Commit 62bbc2f2 authored by Albert ARIBAUD's avatar Albert ARIBAUD
Browse files

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: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
parent fae56934
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment