Re: [U-Boot] [PATCH] zynq: spl: Add vectors section to linker script

2014-08-08 Thread Michal Simek
On 08/07/2014 02:26 PM, Peter Crosthwaite wrote: > The vectors section contains the _start symbol which is used as the > program entry point. Add it to the linker script in same fashion as done > for regular u-boot. This allows for correct generation of an spl elf > with a non-zero entry point. >

Re: [U-Boot] [PATCH] zynq: spl: Add vectors section to linker script

2014-08-07 Thread Peter Crosthwaite
On Tue, Aug 5, 2014 at 5:57 PM, Michal Simek wrote: > On 08/04/2014 12:51 PM, Peter Crosthwaite wrote: >> The vectors section contains the _start symbol which is used as the >> program entry point. Add it to the linker script in same fasion as done > > fashion > Fixed. >> for regular u-boot. Thi

[U-Boot] [PATCH] zynq: spl: Add vectors section to linker script

2014-08-07 Thread Peter Crosthwaite
The vectors section contains the _start symbol which is used as the program entry point. Add it to the linker script in same fashion as done for regular u-boot. This allows for correct generation of an spl elf with a non-zero entry point. A similar change was applied to sunxi platform in "sunxi: F

Re: [U-Boot] [PATCH] zynq: spl: Add vectors section to linker script

2014-08-05 Thread Michal Simek
On 08/04/2014 12:51 PM, Peter Crosthwaite wrote: > The vectors section contains the _start symbol which is used as the > program entry point. Add it to the linker script in same fasion as done fashion > for regular u-boot. This allows for correct generation of an spl elf > with a non-zero entry p

[U-Boot] [PATCH] zynq: spl: Add vectors section to linker script

2014-08-04 Thread Peter Crosthwaite
The vectors section contains the _start symbol which is used as the program entry point. Add it to the linker script in same fasion as done for regular u-boot. This allows for correct generation of an spl elf with a non-zero entry point. Similar change was applied to sunxi platform in 9e5f80d823e3