Re: [U-Boot] [PATCH v3] arm: put .hash, .got.plt and .machine_param back in binaries

2014-01-14 Thread Albert ARIBAUD
On Mon, 13 Jan 2014 14:57:05 +0100, Albert ARIBAUD wrote: > 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 > --

[U-Boot] [PATCH v3] arm: put .hash, .got.plt and .machine_param back in binaries

2014-01-13 Thread Albert ARIBAUD
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 --- V3: rebase V2: remove SREC generation for SPL arch/arm/config.mk