projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aacf264
)
scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGS
author
Tom Rini
<trini@konsulko.com>
Mon, 24 Feb 2020 17:50:35 +0000
(12:50 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 16 Mar 2020 16:49:09 +0000
(12:49 -0400)
This exists in Linux Kernel with commit
70523a3ce5ff
so put it in the
list of DTC_FLAGS that mirror Linux as we will catch up there.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index
a819667
..
63d790e
100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-280,6
+280,7
@@
DTC_FLAGS += -Wno-unit_address_vs_reg \
-Wno-unit_address_format \
-Wno-avoid_unnecessary_addr_size \
-Wno-alias_paths \
+ -Wno-simple_bus_reg \
-Wno-pci_device_reg
# U-Boot specific disables