summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-14 18:49:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-14 18:49:18 +0100
commit60fd7d3c2bb90e6980a3889903963b09a1ab98cc (patch)
treef869833557cfe636258e5d59823bda8c9c97c24c
parent369d39adfe79334db5ed04d6f2acaf096c68b8a2 (diff)
downloadbarebox-60fd7d3c2bb90e6980a3889903963b09a1ab98cc.tar.gz
barebox-60fd7d3c2bb90e6980a3889903963b09a1ab98cc.tar.xz
dtc: disable noisy warnings
Disable the following warnings from dtc: -Wno-alias_paths -Wno-graph_child_address -Wno-simple_bus_reg -Wno-unique_unit_address This syncs the warning flags with the Kernel. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--scripts/Makefile.lib4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index f5dcec4dcb..def9248841 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -278,6 +278,10 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
-Wno-unit_address_format \
-Wno-avoid_unnecessary_addr_size \
-Wno-alias_paths \
+ -Wno-alias_paths \
+ -Wno-graph_child_address \
+ -Wno-simple_bus_reg \
+ -Wno-unique_unit_address \
-Wno-pci_device_reg
# Generate an assembly file to wrap the output of the device tree compiler