Re: [U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading

2016-09-19 Thread Tom Rini
On Sun, Sep 18, 2016 at 06:57:01PM -0600, Simon Glass wrote: > Hi Tom, > > On 18 September 2016 at 16:14, Tom Rini wrote: > > On Sun, Sep 18, 2016 at 01:44:49PM -0600, Simon Glass wrote: > > > >> At present the SPL code uses a global spl_image variable which is shared > >>

Re: [U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading

2016-09-19 Thread Simon Glass
Hi, On 18 September 2016 at 13:44, Simon Glass wrote: > At present the SPL code uses a global spl_image variable which is shared > amongst lots of files, some in common/spl and some elsewhere. There is no > need for this to be global, and in fact a parameter makes it easier to

Re: [U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading

2016-09-18 Thread Simon Glass
Hi Tom, On 18 September 2016 at 16:14, Tom Rini wrote: > On Sun, Sep 18, 2016 at 01:44:49PM -0600, Simon Glass wrote: > >> At present the SPL code uses a global spl_image variable which is shared >> amongst lots of files, some in common/spl and some elsewhere. There is no >>

Re: [U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading

2016-09-18 Thread Tom Rini
On Sun, Sep 18, 2016 at 01:44:49PM -0600, Simon Glass wrote: > At present the SPL code uses a global spl_image variable which is shared > amongst lots of files, some in common/spl and some elsewhere. There is no > need for this to be global, and in fact a parameter makes it easier to > understand