mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
b02f2e79c6
commit
00717b00a5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue