aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-12-01 15:02:46 -0800
committerChristian Marangi <ansuelsmth@gmail.com>2024-01-05 16:17:57 +0100
commita94abfadc42b02c2dd6c55df6c494ed8efdc41d7 (patch)
treeb5ab36f2002ef4434b402719eb7fd831b53d05cf /include
parent14362f22af62b74f61d6e7365fbf6960b048849e (diff)
downloadupstream-a94abfadc42b02c2dd6c55df6c494ed8efdc41d7.tar.gz
upstream-a94abfadc42b02c2dd6c55df6c494ed8efdc41d7.tar.bz2
upstream-a94abfadc42b02c2dd6c55df6c494ed8efdc41d7.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/image.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/image.mk b/include/image.mk
index 096ccb5f185..f5ab1d7953c 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -151,17 +151,13 @@ endif
# Disable noisy checks by default as in upstream
DTC_WARN_FLAGS := \
+ -Wno-interrupt_provider \
+ -Wno-unique_unit_address \
-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-alias_paths \
-Wno-graph_child_address \
- -Wno-graph_port \
- -Wno-unique_unit_address
+ -Wno-simple_bus_reg
DTC_FLAGS += $(DTC_WARN_FLAGS)
DTCO_FLAGS += $(DTC_WARN_FLAGS)