diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-25 17:26:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-25 17:26:38 -0400 |
commit | e7134b9714ed851095e8bcf8b66e65c6f870634e (patch) | |
tree | e246b3b4f8136d4bd98206d97e66972e3bc8f353 /scripts/Makefile.extrawarn | |
parent | cfb3e102c4bdf96a41cbd3eeb1d3a9a56c69c46c (diff) | |
parent | 7d5ccb1ae70256e0047ffcd1b866ec158567c53f (diff) | |
download | u-boot-e7134b9714ed851095e8bcf8b66e65c6f870634e.tar.gz |
Merge branch '2019-03-25-master-imports'
- 3 bugfixes:
- mmc: Align MMC_TRACE with tiny printf
- scripts/Makefile.extrawarn: Silence more DTC warnings
- rsa: check that pointer checksum isn't NULL before using it
Diffstat (limited to 'scripts/Makefile.extrawarn')
-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 |