diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-22 09:47:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-25 11:44:12 -0400 |
commit | 00717b00a585fcf2856de29481506c6389b032d3 (patch) | |
tree | 2b0fc9d069617cf9d6f759238c901ec7a95a9c37 | |
parent | b02f2e79c6272d97bf0bd191e6ec8e748a39ad58 (diff) | |
download | u-boot-00717b00a585fcf2856de29481506c6389b032d3.tar.gz u-boot-00717b00a585fcf2856de29481506c6389b032d3.tar.bz2 u-boot-00717b00a585fcf2856de29481506c6389b032d3.zip |
scripts/Makefile.extrawarn: Silence more DTC warnings
While our "extrawarns" logic has gotten out of sync with upstream
Kbuild, for now lets start by bringing in the latest set of DTC_FLAGS
from the Linux Kernel 5.0 to match their behavior in silencing warnings
from dtc.
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | scripts/Makefile.extrawarn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.extrawarn b/scripts/Makefile.extrawarn index 7ed520f555..1105c76be1 100644 --- a/scripts/Makefile.extrawarn +++ b/scripts/Makefile.extrawarn @@ -74,5 +74,7 @@ DTC_FLAGS += -Wno-unit_address_format DTC_FLAGS += -Wno-pci_bridge DTC_FLAGS += -Wno-pci_device_bus_num DTC_FLAGS += -Wno-pci_device_reg +DTC_FLAGS += -Wno-avoid_unnecessary_addr_size +DTC_FLAGS += -Wno-alias_paths endif |