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:
parent
0ed35724f3
commit
17f6e8959d
1 changed files with 3 additions and 1 deletions
|
@ -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)),)
|
||||
|
|
Loading…
Add table
Reference in a new issue