scripts: Disable some noisy dtc warnings

There are hundreds of these and I am not going to fix them all.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Change-Id: I430ff6966509b79f6d54cf63dc33570659f4fc6a
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
Nathan Chancellor 2018-06-05 21:08:39 -07:00 committed by Gagan Malvi
parent 0ed35724f3
commit 17f6e8959d
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -271,7 +271,9 @@ DTC_FLAGS += -Wno-simple_bus_reg \
-Wno-graph_port \
-Wno-simple_bus_reg \
-Wno-unique_unit_address \
-Wno-pci_device_reg
-Wno-pci_device_reg \
-Wno-avoid_default_addr_size \
-Wno-reg_format
endif
ifneq ($(findstring 2,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)