From: Ilias Apalodimas Date: Tue, 20 May 2025 05:21:13 +0000 (+0300) Subject: kbuild: disable dtc simple_bus_reg warnings by default X-Git-Tag: v2025.10-rc1~118^2~61^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31811fbb6b164ad7be63cb34146a63334b3689b8;p=thirdparty%2Fu-boot.git kbuild: disable dtc simple_bus_reg warnings by default Backport changes from the kernel commit 70523a3ce5ff ("kbuild: disable dtc simple_bus_reg warnings by default") Signed-off-by: Ilias Apalodimas --- diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 83fd5ff6c31..2422ac980a4 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -302,6 +302,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \ -Wno-alias_paths \ -Wno-graph_child_address \ -Wno-graph_port \ + -Wno-simple_bus_reg \ -Wno-unique_unit_address \ -Wno-simple_bus_reg \ -Wno-pci_device_reg