Skip to content

Commit bc9e0ec

Browse files
robherringcristibirsan
authored andcommitted
scripts: turn off some new dtc warnings by default
The latest dtc update adds some new noisy warnings, so turn them off by default. Disable 'avoid_unnecessary_addr_size' and 'alias_paths'. They can be re-enabled by building with 'W=1'. Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 7b2586a commit bc9e0ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/Makefile.lib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
277277
-Wno-unit_address_format \
278278
-Wno-pci_bridge \
279279
-Wno-pci_device_bus_num \
280+
-Wno-avoid_unnecessary_addr_size \
281+
-Wno-alias_paths \
280282
-Wno-pci_device_reg
281283
endif
282284

0 commit comments

Comments
 (0)