[U-Boot] [PATCH 1/2] ARM: zynq: Remove DTC 1.2 warnings
Masahiro Yamada
yamada.masahiro at socionext.com
Wed Nov 16 01:34:49 CET 2016
Hi.
2016-11-16 4:01 GMT+09:00 Michal Simek <monstr at 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 at 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?
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list