mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
committed by
Mauro (mdrjr) Ribeiro
parent
9e70eec6a2
commit
6121c553f5
@@ -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)),)
|
||||
|
||||
Reference in New Issue
Block a user