mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS
While we are working on correcting usage related to the pci_bridge and pci_device_bus_num warnings, disable these flags for now. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
e0d1a89a5b
commit
aacf264bfd
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
|
||||||
-Wno-avoid_unnecessary_addr_size \
|
-Wno-avoid_unnecessary_addr_size \
|
||||||
-Wno-alias_paths \
|
-Wno-alias_paths \
|
||||||
-Wno-pci_device_reg
|
-Wno-pci_device_reg
|
||||||
|
|
||||||
|
# U-Boot specific disables
|
||||||
|
DTC_FLAGS += -Wno-pci_bridge \
|
||||||
|
-Wno-pci_device_bus_num
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring 2,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
|
ifneq ($(findstring 2,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
|
||||||
|
|
Loading…
Add table
Reference in a new issue