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)
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>

No differences found