We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dbfdb commit 417081fCopy full SHA for 417081f
arch/arm/boot/Makefile
@@ -29,6 +29,10 @@ export ZRELADDR INITRD_PHYS PARAMS_PHYS
29
30
targets := Image zImage xipImage bootpImage uImage
31
32
+ifeq ($(CONFIG_OF_OVERLAY),y)
33
+DTC_FLAGS += -@
34
+endif
35
+
36
ifeq ($(CONFIG_XIP_KERNEL),y)
37
38
cmd_deflate_xip_data = $(CONFIG_SHELL) -c \
arch/arm/boot/dts/Makefile
@@ -1,4 +1,9 @@
1
# SPDX-License-Identifier: GPL-2.0
2
3
4
5
6
7
dtb-$(CONFIG_ARCH_ALPINE) += \
8
alpine-db.dtb
9
dtb-$(CONFIG_MACH_ARTPEC6) += \
0 commit comments