Home
last modified time | relevance | path

Searched hist:"47 ed5dd0" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/compulab/cm_t335/
H A Du-boot.lds62bbc2f25aab6010042dc1d22e9f8449fc946449 Sat Feb 22 10:53:41 CST 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>
/openbmc/u-boot/arch/arm/
H A Dconfig.mk5a942a1527766c27674ea71222a2a98982e8a661 Mon May 04 12:31:02 CDT 2015 Simon Glass <sjg@chromium.org> arm: Include the .got section in the binary

Commit 47ed5dd0 dropped the .got section from U-Boot binaries. This is needed
for some relocations, and causes failures if missing. Add it back.

Signed-off-by: Simon Glass <sjg@chromium.org>