git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afba83a
)
kbuild: disable dtc simple_bus_reg warnings by default
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Tue, 20 May 2025 05:21:13 +0000
(08:21 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 30 May 2025 00:42:37 +0000
(18:42 -0600)
Backport changes from the kernel
commit
70523a3ce5ff
("kbuild: disable dtc simple_bus_reg warnings by default")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index
83fd5ff
..
2422ac9
100644
(file)
--- 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