Re: [U-Boot] [PATCH v2 37/63] x86: Add a link script for SPL

2017-01-14 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > If SPL is used it is always build in 32-bit mode. Add a link script to > handle the correct placement of the sections. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/u-boot-spl.lds | 74 > ++

[U-Boot] [PATCH v2 37/63] x86: Add a link script for SPL

2016-11-19 Thread Simon Glass
If SPL is used it is always build in 32-bit mode. Add a link script to handle the correct placement of the sections. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/u-boot-spl.lds | 74 + 1 file changed, 74 insertions(+) create mode