]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
kbuild: update DTC warning settings for bus and node/property name checks
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 15 May 2017 07:07:33 +0000 (16:07 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2017 17:00:27 +0000 (13:00 -0400)
Recent commits of DTC introduced new warnings checking PCI and simple
buses, unit address formatting, and stricter node and property name
checking.  Disable the new DTC warnings by default.  As before,
warnings are enabled with W=*.  The strict node and property name
checks are a bit subjective, so they are only enabled for W=2.
(This policy reflects the commit 8654cb8d0371 of Linux.)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

No differences found