]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: put .hash, .got.plt and .machine_param back in binaries
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 13 Jan 2014 13:57:05 +0000 (14:57 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 14 Jan 2014 10:43:10 +0000 (11:43 +0100)
commitb02bfc4dfcef3be8276521e1933573e97a5cf203
tree57080489f5d3b07f177b51c9a790235de5a7826e
parente570aca9474bb707cd2cab0c5c9b8aba957ae51e
arm: put .hash, .got.plt and .machine_param back in binaries

Some targets will build fine but not boot if sections .hash and
.got.plt are not present in the binary. Add them back.

Also, Exynos machines require .machine_param section in SPL.
Add it.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Tested-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com>
arch/arm/config.mk
arch/arm/cpu/armv7/exynos/config.mk [new file with mode: 0644]
arch/arm/cpu/u-boot.lds
spl/Makefile