diff options
author | Rob Herring <robh@kernel.org> | 2018-11-30 09:08:21 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-11-30 09:10:29 -0600 |
commit | a2237fec1e0645d1e99e108f2658c26cb5a66c74 (patch) | |
tree | b791a4e2622dd4d8a012a5b8d65174e3016be850 /scripts | |
parent | 70523a3ce5ff928faa43bb2cad554dc63438e3e7 (diff) | |
download | linux-a2237fec1e0645d1e99e108f2658c26cb5a66c74.tar.gz linux-a2237fec1e0645d1e99e108f2658c26cb5a66c74.tar.bz2 linux-a2237fec1e0645d1e99e108f2658c26cb5a66c74.zip |
kbuild: Enable dtc graph_port warning by default
All the 'graph_port' warnings have been fixed or have pending fixes, so
we can enable it by default now.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.lib | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 46342f0198f6..8e10eb7428ab 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -251,7 +251,6 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \ -Wno-avoid_unnecessary_addr_size \ -Wno-alias_paths \ -Wno-graph_child_address \ - -Wno-graph_port \ -Wno-simple_bus_reg \ -Wno-unique_unit_address \ -Wno-pci_device_reg |