From: Ilias Apalodimas Date: Tue, 20 May 2025 05:21:14 +0000 (+0300) Subject: kbuild: Enable dtc graph_port warning by default X-Git-Tag: v2025.10-rc1~118^2~61^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ecfa813bb2d8793e80f55278fea293e2329353b;p=pandora-u-boot.git kbuild: Enable dtc graph_port warning by default Backport changes from the kernel commit a2237fec1e06 ("kbuild: Enable dtc graph_port warning by default") Signed-off-by: Ilias Apalodimas --- diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 2422ac980a4..c3c6c941bef 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -301,7 +301,6 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \ -Wno-avoid_unnecessary_addr_size \ -Wno-alias_paths \ -Wno-graph_child_address \ - -Wno-graph_port \ -Wno-simple_bus_reg \ -Wno-unique_unit_address \ -Wno-simple_bus_reg \