Re: [U-Boot] [PATCH v2] arm: Add missing .vectors section to linker scripts

2014-08-29 Thread Michal Simek
On 08/21/2014 03:43 PM, Benoît Thébaudeau wrote: > Commit 41623c9 'arm: move exception handling out of start.S files' missed some > linker scripts. Hence, some boards no longer had exception handling linked > since > this commit. Restore the original behavior by adding the .vectors section to > th

[U-Boot] [PATCH v2] arm: Add missing .vectors section to linker scripts

2014-08-21 Thread Benoît Thébaudeau
Commit 41623c9 'arm: move exception handling out of start.S files' missed some linker scripts. Hence, some boards no longer had exception handling linked since this commit. Restore the original behavior by adding the .vectors section to these linker scripts. Signed-off-by: Benoît Thébaudeau Cc: A