Re: [U-Boot] [PATCH 07/33] x86: Ensure that all relocation data is included in the image

2014-11-11 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 1:28 PM, Simon Glass wrote: > Hi Bin, > > On 11 November 2014 22:21, Bin Meng wrote: >> On Wed, Nov 12, 2014 at 8:17 AM, Simon Glass wrote: >>> Some toolchains put the relocation data into separate sections. Adjust the >>> linker script to catch this case. With

Re: [U-Boot] [PATCH 07/33] x86: Ensure that all relocation data is included in the image

2014-11-11 Thread Simon Glass
Hi Bin, On 11 November 2014 22:21, Bin Meng wrote: > On Wed, Nov 12, 2014 at 8:17 AM, Simon Glass wrote: >> Some toolchains put the relocation data into separate sections. Adjust the >> linker script to catch this case. Without relocation data, U-Boot will not >> boot. >> >> Signed-off-by: Simon

Re: [U-Boot] [PATCH 07/33] x86: Ensure that all relocation data is included in the image

2014-11-11 Thread Bin Meng
On Wed, Nov 12, 2014 at 8:17 AM, Simon Glass wrote: > Some toolchains put the relocation data into separate sections. Adjust the > linker script to catch this case. Without relocation data, U-Boot will not > boot. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/u-boot.lds | 4 +++- > 1 fil

[U-Boot] [PATCH 07/33] x86: Ensure that all relocation data is included in the image

2014-11-11 Thread Simon Glass
Some toolchains put the relocation data into separate sections. Adjust the linker script to catch this case. Without relocation data, U-Boot will not boot. Signed-off-by: Simon Glass --- arch/x86/cpu/u-boot.lds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/cpu/