
On 16.11.2016 01:34, Masahiro Yamada wrote:
Hi.
2016-11-16 4:01 GMT+09:00 Michal Simek monstr@monstr.eu:
On 15.11.2016 15:22, Tom Rini wrote:
On Tue, Nov 15, 2016 at 03:16:51PM +0100, Michal Simek wrote:
On 11.11.2016 18:33, Tom Rini wrote:
On Fri, Nov 11, 2016 at 06:32:15PM +0100, Michal Simek wrote:
Hi,
2016-11-11 17:04 GMT+01:00 Tom Rini trini@konsulko.com:
> On Fri, Nov 11, 2016 at 01:26:05PM +0100, Michal Simek wrote: > >> DTC 1.2 reports these warnings:
DTC 1.2 ?
Do you use such old DTC?
The top-level Makefile of U-Boot requires DTC 1.4 or newer, so you cannot use DTC 1.2 from U-Boot build system.
checkdtc: @if test $(call dtc-version) -lt 0104; then \ echo '*** Your dtc is too old, please upgrade to dtc 1.4 or newer'; \ false; \ fi
Did you run DTC directly, and were you hit by a problem?
That was typo - it is 1.4.2 dtc.
Thanks, Michal