Re: [U-Boot] [PATCH 1/3] arm: make .vectors section allocatable

2014-09-25 Thread Georges Savoundararadj
Hi Albert, Le 24/09/2014 09:34, Albert ARIBAUD a écrit : Hi Georges, On Sun, 21 Sep 2014 23:33:48 +0200, Georges Savoundararadj wrote: Before the commit 41623c91, the exception vector was in a .text section which is allocatable. After this, the .vectors section

Re: [U-Boot] [PATCH 1/3] arm: make .vectors section allocatable

2014-09-24 Thread Albert ARIBAUD
Hi Georges, On Sun, 21 Sep 2014 23:33:48 +0200, Georges Savoundararadj wrote: > Before the commit 41623c91, the exception vector was in a .text > section which is allocatable. After this, the .vectors section was > introduced to contain the exception vector without specifying it as a > .text sec

[U-Boot] [PATCH 1/3] arm: make .vectors section allocatable

2014-09-21 Thread Georges Savoundararadj
Before the commit 41623c91, the exception vector was in a .text section which is allocatable. After this, the .vectors section was introduced to contain the exception vector without specifying it as a .text section but only as a executable section ("x"). This fix marks the section .vectors as alloc