Home
last modified time | relevance | path

Searched hist:"62 bbc2f25aab6010042dc1d22e9f8449fc946449" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/compulab/cm_t335/
H A Du-boot.lds62bbc2f25aab6010042dc1d22e9f8449fc946449 Sat Feb 22 16:53:41 UTC 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> 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>