dtc: Silence warnings by default.

Change-Id: Ia8a517ffe0460b2b3b66e1591f32442118a73969
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
Danny Lin 2019-07-18 18:49:10 -07:00 committed by Gagan Malvi
parent 67a8eff21d
commit 0f3a440ea6
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -255,6 +255,9 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
# ---------------------------------------------------------------------------
DTC ?= $(objtree)/scripts/dtc/dtc
# Silence all DTC warnings by default.
DTC_FLAGS += -q
# Disable noisy checks by default
ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
DTC_FLAGS += -Wno-unit_address_vs_reg