Re: [U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-26 Thread Tom Warren
I don't usually weigh in on makefile issues, but if Stephen says it's needed, let's get it in. -Original Message- From: Tom Rini Sent: Thursday, July 26, 2018 12:40 PM To: Stephen Warren Cc: Simon Glass ; U-Boot Mailing List ; Stephen Warren ; Tom Warren Subject: Re: [PATCH] tegra:

Re: [U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-26 Thread Tom Rini
On Thu, Jul 26, 2018 at 01:37:31PM -0600, Stephen Warren wrote: > On 07/23/2018 09:27 AM, Stephen Warren wrote: > >On 07/20/2018 07:49 PM, Simon Glass wrote: > >>Use GNU make pattern rules to indicate that a single run of binman > >>produces all three Tegra output files. The avoids make running

Re: [U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-26 Thread Stephen Warren
On 07/23/2018 09:27 AM, Stephen Warren wrote: On 07/20/2018 07:49 PM, Simon Glass wrote: Use GNU make pattern rules to indicate that a single run of binman produces all three Tegra output files. The avoids make running binman three times (perhaps in parallel) and those instances inteferring

Re: [U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-26 Thread Simon Glass
Hi Stephen, On 23 July 2018 at 09:27, Stephen Warren wrote: > On 07/20/2018 07:49 PM, Simon Glass wrote: >> >> Use GNU make pattern rules to indicate that a single run of binman >> produces all three Tegra output files. The avoids make running binman >> three times (perhaps in parallel) and

Re: [U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-23 Thread Stephen Warren
On 07/20/2018 07:49 PM, Simon Glass wrote: Use GNU make pattern rules to indicate that a single run of binman produces all three Tegra output files. The avoids make running binman three times (perhaps in parallel) and those instances inteferring with each other. See

[U-Boot] [PATCH] tegra: Indicate that binman makes all three output files

2018-07-20 Thread Simon Glass
Use GNU make pattern rules to indicate that a single run of binman produces all three Tegra output files. The avoids make running binman three times (perhaps in parallel) and those instances inteferring with each other. See http://patchwork.ozlabs.org/patch/944611/ for the bug report.