Re: [U-Boot] [PATCH v2 03/63] spl: Makefile: Define SPL_ earlier

2017-04-02 Thread Simon Glass
Hi Masahiro, On 19 December 2016 at 00:43, Masahiro Yamada wrote: > Hi Simon, > > > 2016-11-20 5:24 GMT+09:00 Simon Glass : >> This Makefile variable can be used in the architecture's main Makefile but >> at present it is not set up until later. Set it just before this Makefile is >> included. >>

Re: [U-Boot] [PATCH v2 03/63] spl: Makefile: Define SPL_ earlier

2016-12-18 Thread Masahiro Yamada
Hi Simon, 2016-11-20 5:24 GMT+09:00 Simon Glass : > This Makefile variable can be used in the architecture's main Makefile but > at present it is not set up until later. Set it just before this Makefile is > included. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > scripts/Make

Re: [U-Boot] [PATCH v2 03/63] spl: Makefile: Define SPL_ earlier

2016-12-18 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:24 AM, Simon Glass wrote: > This Makefile variable can be used in the architecture's main Makefile but > at present it is not set up until later. Set it just before this Makefile is > included. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > scripts/Mak

[U-Boot] [PATCH v2 03/63] spl: Makefile: Define SPL_ earlier

2016-11-19 Thread Simon Glass
This Makefile variable can be used in the architecture's main Makefile but at present it is not set up until later. Set it just before this Makefile is included. Signed-off-by: Simon Glass --- Changes in v2: None scripts/Makefile.spl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/sc