Re: [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-10-09 Thread Jean-Jacques Hiblot
On 07/10/2019 18:02, Tom Rini wrote: On Mon, Oct 07, 2019 at 11:43:07AM +0200, Jean-Jacques Hiblot wrote: On 06/10/2019 19:12, Tom Rini wrote: On Sun, Oct 06, 2019 at 04:57:29PM +, Auer, Lukas wrote: Hi Jean-Jacques, On Fri, 2019-09-20 at 17:28 +0200, Jean-Jacques Hiblot wrote: To

Re: [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-10-07 Thread Tom Rini
On Mon, Oct 07, 2019 at 11:43:07AM +0200, Jean-Jacques Hiblot wrote: > > On 06/10/2019 19:12, Tom Rini wrote: > > On Sun, Oct 06, 2019 at 04:57:29PM +, Auer, Lukas wrote: > > > Hi Jean-Jacques, > > > > > > On Fri, 2019-09-20 at 17:28 +0200, Jean-Jacques Hiblot wrote: > > > > To reduce the

Re: [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-10-07 Thread Jean-Jacques Hiblot
On 06/10/2019 19:12, Tom Rini wrote: On Sun, Oct 06, 2019 at 04:57:29PM +, Auer, Lukas wrote: Hi Jean-Jacques, On Fri, 2019-09-20 at 17:28 +0200, Jean-Jacques Hiblot wrote: To reduce the complexity of the Makefile, let the generator tell what its dependencies are. For this purpose use

Re: [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-10-06 Thread Tom Rini
On Sun, Oct 06, 2019 at 04:57:29PM +, Auer, Lukas wrote: > Hi Jean-Jacques, > > On Fri, 2019-09-20 at 17:28 +0200, Jean-Jacques Hiblot wrote: > > To reduce the complexity of the Makefile, let the generator tell what its > > dependencies are. For this purpose use the "--deps" option. > > > >

Re: [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-10-06 Thread Auer, Lukas
Hi Jean-Jacques, On Fri, 2019-09-20 at 17:28 +0200, Jean-Jacques Hiblot wrote: > To reduce the complexity of the Makefile, let the generator tell what its > dependencies are. For this purpose use the "--deps" option. > We recently added a generic FIT generator script for RISC-V, located at

[U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

2019-09-20 Thread Jean-Jacques Hiblot
To reduce the complexity of the Makefile, let the generator tell what its dependencies are. For this purpose use the "--deps" option. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None Makefile