summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-18 15:32:22 -0500
committerTom Rini <trini@konsulko.com>2020-02-18 15:32:22 -0500
commitfd28c238b04888c84b139421640d8af0bef2a5de (patch)
tree84253eed97071781fb8bda8e3c3a730cc0b8ae5f
parent60ddba9ea6109fc0031345ee91870a477ed965ff (diff)
downloadu-boot-WIP/kbuild-fixdep-resync-v4-v4.17.tar.gz
scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSWIP/kbuild-fixdep-resync-v4-v4.17
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>
-rw-r--r--scripts/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index a8196678b2..63d790e4e2 100644
--- 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