[U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL

2016-01-25 Thread Simon Glass
It seems clear that the intent is to generate u-boot-nodtb-tegra.bin only when OF_CONTROL is not set. But due to the way the rules are set up, this file is always generated. Fix this. Signed-off-by: Simon Glass --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL

2016-01-25 Thread Stephen Warren
On 01/25/2016 01:30 PM, Simon Glass wrote: It seems clear that the intent is to generate u-boot-nodtb-tegra.bin only when OF_CONTROL is not set. But due to the way the rules are set up, this file is always generated. Fix this. Nak, this file is used by our flashing tools, so needs to be kept

Re: [U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL

2016-01-25 Thread Simon Glass
Hi Stephen, On 25 January 2016 at 14:26, Stephen Warren wrote: > On 01/25/2016 02:18 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 January 2016 at 14:08, Stephen Warren wrote: >>> >>> >>> On 01/25/2016 01:30 PM, Simon Glass wrote:

Re: [U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL

2016-01-25 Thread Stephen Warren
On 01/25/2016 02:18 PM, Simon Glass wrote: Hi Stephen, On 25 January 2016 at 14:08, Stephen Warren wrote: On 01/25/2016 01:30 PM, Simon Glass wrote: It seems clear that the intent is to generate u-boot-nodtb-tegra.bin only when OF_CONTROL is not set. But due to the

Re: [U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL

2016-01-25 Thread Simon Glass
Hi Stephen, On 25 January 2016 at 14:08, Stephen Warren wrote: > > On 01/25/2016 01:30 PM, Simon Glass wrote: >> >> It seems clear that the intent is to generate u-boot-nodtb-tegra.bin only >> when OF_CONTROL is not set. But due to the way the rules are set up, this >>