Re: [U-Boot] [PATCH v4 2/4] arm: make .vectors section allocatable

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:10PM +0100, Georges Savoundararadj wrote: > A regression was introduced in commit 41623c91. The consequence of that > is the non-relocation of the section .vectors symbols : > _undefined_instruction, _software_interrupt, _prefetch_abort, > _data_abort, _not_used, _irq

Re: [U-Boot] [PATCH v4 2/4] arm: make .vectors section allocatable

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:10 +0100, Georges Savoundararadj wrote: > A regression was introduced in commit 41623c91. The consequence of that > is the non-relocation of the section .vectors symbols : > _undefined_instruction, _software_interrupt, _prefetch_abort, > _data_abort, _not

[U-Boot] [PATCH v4 2/4] arm: make .vectors section allocatable

2014-10-28 Thread Georges Savoundararadj
A regression was introduced in commit 41623c91. The consequence of that is the non-relocation of the section .vectors symbols : _undefined_instruction, _software_interrupt, _prefetch_abort, _data_abort, _not_used, _irq and _fiq. Before commit 41623c91, the exception vectors were in a .text section