diff options
author | Rob Herring <robh@kernel.org> | 2018-02-28 18:03:47 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-03-01 13:02:48 -0500 |
commit | f26e93812a4f74d255fa6d548af5a303457f390b (patch) | |
tree | 1ef5b8cbd90a708efa8e733751b7044bd52f273c | |
parent | b8fc5b2157b10dadb2dcd01a95b8be83f1fbf72b (diff) |
scripts: re-enable some now fixed dtc warnings
We can re-enable some dtc warnings that have been completely or mostly
fixed. There are a few remaining ones in arm64 dts files which crept in
recently.
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | scripts/Makefile.lib | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 6aeb91524c76..10906c1d7715 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib | |||
@@ -276,10 +276,7 @@ DTC ?= $(objtree)/scripts/dtc/dtc | |||
276 | # Disable noisy checks by default | 276 | # Disable noisy checks by default |
277 | ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),) | 277 | ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),) |
278 | DTC_FLAGS += -Wno-unit_address_vs_reg \ | 278 | DTC_FLAGS += -Wno-unit_address_vs_reg \ |
279 | -Wno-simple_bus_reg \ | ||
280 | -Wno-unit_address_format \ | 279 | -Wno-unit_address_format \ |
281 | -Wno-pci_bridge \ | ||
282 | -Wno-pci_device_bus_num \ | ||
283 | -Wno-pci_device_reg | 280 | -Wno-pci_device_reg |
284 | endif | 281 | endif |
285 | 282 | ||