Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3

2017-09-15 Thread Tom Rini
On Fri, Sep 15, 2017 at 11:33:23AM -0600, Stephen Warren wrote: > On 09/15/2017 11:15 AM, Tom Rini wrote: > >With support for overlays and calling the -@ flag to dtc we need to have > >at least 1.4.3 available now. > > >diff --git a/Makefile b/Makefile > > > checkdtc: > >-@if test $(call dtc

Re: [U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3

2017-09-15 Thread Stephen Warren
On 09/15/2017 11:15 AM, Tom Rini wrote: With support for overlays and calling the -@ flag to dtc we need to have at least 1.4.3 available now. diff --git a/Makefile b/Makefile checkdtc: - @if test $(call dtc-version) -lt 0104; then \ - echo '*** Your dtc is too old, pl

[U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3

2017-09-15 Thread Tom Rini
With support for overlays and calling the -@ flag to dtc we need to have at least 1.4.3 available now. Cc: Simon Glass Reported-by: Stephen Warren Signed-off-by: Tom Rini --- Simon, please make sure to grab this one too with Pantelis' series, thanks! --- Makefile | 4 ++-- script