image.mk: reorder DTC_WARN_FLAGS based on upstream
pci warnings got reenabled as they were fixed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
14362f22af
commit
a94abfadc4
1 changed files with 3 additions and 7 deletions
|
@ -151,17 +151,13 @@ endif
|
||||||
|
|
||||||
# Disable noisy checks by default as in upstream
|
# Disable noisy checks by default as in upstream
|
||||||
DTC_WARN_FLAGS := \
|
DTC_WARN_FLAGS := \
|
||||||
|
-Wno-interrupt_provider \
|
||||||
|
-Wno-unique_unit_address \
|
||||||
-Wno-unit_address_vs_reg \
|
-Wno-unit_address_vs_reg \
|
||||||
-Wno-simple_bus_reg \
|
|
||||||
-Wno-unit_address_format \
|
|
||||||
-Wno-pci_bridge \
|
|
||||||
-Wno-pci_device_bus_num \
|
|
||||||
-Wno-pci_device_reg \
|
|
||||||
-Wno-avoid_unnecessary_addr_size \
|
-Wno-avoid_unnecessary_addr_size \
|
||||||
-Wno-alias_paths \
|
-Wno-alias_paths \
|
||||||
-Wno-graph_child_address \
|
-Wno-graph_child_address \
|
||||||
-Wno-graph_port \
|
-Wno-simple_bus_reg
|
||||||
-Wno-unique_unit_address
|
|
||||||
|
|
||||||
DTC_FLAGS += $(DTC_WARN_FLAGS)
|
DTC_FLAGS += $(DTC_WARN_FLAGS)
|
||||||
DTCO_FLAGS += $(DTC_WARN_FLAGS)
|
DTCO_FLAGS += $(DTC_WARN_FLAGS)
|
||||||
|
|
Loading…
Reference in a new issue