Skip to content

Commit 417081f

Browse files
pantoniouRobertCNelson
authored andcommitted
ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used
1 parent 12dbfdb commit 417081f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

arch/arm/boot/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export ZRELADDR INITRD_PHYS PARAMS_PHYS
2929

3030
targets := Image zImage xipImage bootpImage uImage
3131

32+
ifeq ($(CONFIG_OF_OVERLAY),y)
33+
DTC_FLAGS += -@
34+
endif
35+
3236
ifeq ($(CONFIG_XIP_KERNEL),y)
3337

3438
cmd_deflate_xip_data = $(CONFIG_SHELL) -c \

arch/arm/boot/dts/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# SPDX-License-Identifier: GPL-2.0
2+
3+
ifeq ($(CONFIG_OF_OVERLAY),y)
4+
DTC_FLAGS += -@
5+
endif
6+
27
dtb-$(CONFIG_ARCH_ALPINE) += \
38
alpine-db.dtb
49
dtb-$(CONFIG_MACH_ARTPEC6) += \

0 commit comments

Comments
 (0)