[linux-yocto] [PATCH 19/25] Revert "ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used"
Meng.Li at windriver.com
Meng.Li at windriver.com
Tue Apr 3 19:37:42 PDT 2018
From: Alan Tull <atull at kernel.org>
commit 62b87db13758408968d1979be70e673873346415 from
https://github.com/altera-opensource/linux-socfpga.git
This reverts commit fe94677b6e60189ee0e4dbace1ce81c66c2053c5.
Signed-off-by: Meng Li <Meng.Li at windriver.com>
---
arch/arm/boot/Makefile | 4 ----
arch/arm/boot/dts/Makefile | 4 ----
2 files changed, 8 deletions(-)
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 056cc97..1af29e0 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -29,10 +29,6 @@ export ZRELADDR INITRD_PHYS PARAMS_PHYS
targets := Image zImage xipImage bootpImage uImage
-ifeq ($(CONFIG_OF_OVERLAY),y)
-DTC_FLAGS += -@
-endif
-
ifeq ($(CONFIG_XIP_KERNEL),y)
$(obj)/xipImage: vmlinux FORCE
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 0633c38..64aecde 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1,9 +1,5 @@
ifeq ($(CONFIG_OF),y)
-ifeq ($(CONFIG_OF_OVERLAY),y)
-DTC_FLAGS += -@
-endif
-
dtb-$(CONFIG_ARCH_ALPINE) += \
alpine-db.dtb
dtb-$(CONFIG_MACH_ARTPEC6) += \
--
1.7.9.5
More information about the linux-yocto
mailing list