ODROID-COMMON: add '--symbol' to device tree compiler

This change is to create device tree node '__symbol__' to support device
treey overlay features, *.dtbo won't be applied without this node.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I3b6102c925e871947f16e7c570563011101f5f86
This commit is contained in:
Dongjin Kim
2021-11-17 03:25:51 +09:00
committed by Mauro (mdrjr) Ribeiro
parent 9e70eec6a2
commit 6121c553f5

View File

@@ -341,7 +341,7 @@ quiet_cmd_gzip = GZIP $@
# ---------------------------------------------------------------------------
DTC ?= $(objtree)/scripts/dtc/dtc
DTC_FLAGS += -Wno-interrupt_provider \
-Wno-unique_unit_address
-Wno-unique_unit_address --symbol
# Disable noisy checks by default
ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),)