Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-20 Thread Marek Vasut
> Hi Albert, > > On Fri, Feb 17, 2012 at 2:47 AM, Albert ARIBAUD > > wrote: > > Hi Marek, > > > > Le 17/02/2012 10:49, Marek Vasut a écrit : > >>> Hi Simon, > >>> > >>> Le 21/11/2011 21:49, Simon Glass a écrit : > The ARM link scripts are very similar but each CPU has its own. This >

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-20 Thread Simon Glass
Hi Albert, On Fri, Feb 17, 2012 at 2:47 AM, Albert ARIBAUD wrote: > Hi Marek, > > Le 17/02/2012 10:49, Marek Vasut a écrit : > >>> Hi Simon, >>> >>> Le 21/11/2011 21:49, Simon Glass a écrit : The ARM link scripts are very similar but each CPU has its own. This series adds support f

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Albert ARIBAUD
Hi Marek, Le 17/02/2012 10:49, Marek Vasut a écrit : Hi Simon, Le 21/11/2011 21:49, Simon Glass a écrit : The ARM link scripts are very similar but each CPU has its own. This series adds support for a default link script across an architecture in arch//cpu/u-boot.lds. This patch series recei

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Marek Vasut
> Hi Simon, > > Le 21/11/2011 21:49, Simon Glass a écrit : > > The ARM link scripts are very similar but each CPU has its own. This > > series adds support for a default link script across an architecture > > in arch//cpu/u-boot.lds. > > This patch series received no comments, and I apologize for

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Albert ARIBAUD
Hi Simon, Le 21/11/2011 21:49, Simon Glass a écrit : The ARM link scripts are very similar but each CPU has its own. This series adds support for a default link script across an architecture in arch//cpu/u-boot.lds. This patch series received no comments, and I apologize for not having chimed

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2011-12-02 Thread Simon Glass
Hi, On Mon, Nov 21, 2011 at 12:49 PM, Simon Glass wrote: > The ARM link scripts are very similar but each CPU has its own. This > series adds support for a default link script across an architecture > in arch//cpu/u-boot.lds. > > It is then possible to remove most of the ARM link scripts. This wi