commit | ddadbed15538e04cbf529097ba097490b06f9ed1 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jan 13 14:57:05 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Jan 14 11:43:10 2014 +0100 |
tree | 57080489f5d3b07f177b51c9a790235de5a7826e | |
parent | 968ff188d74628bbae4d1441bd641ef360436cf7 [diff] |
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>