summaryrefslogtreecommitdiffstats
path: root/recipes-u-boot/u-boot/files/0001-Fixed-missformed-CONFIG_PMUFW_INIT_FILE.patch
blob: 3d54c3b37e0af4677992bfa19277407f627ada49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 845ef4193cf00feef7de9c248adab642eda725b8 Mon Sep 17 00:00:00 2001
From: Daniel BORNAZ <daniel.bornaz@enea.com>
Date: Tue, 7 Jul 2020 11:13:02 +0200
Subject: [PATCH] Fixed missformed CONFIG_PMUFW_INIT_FILE

---
 scripts/Makefile.spl | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index e5b604e2d2..9ae6672907 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -180,12 +180,12 @@ ifdef CONFIG_ARCH_ZYNQ
 MKIMAGEFLAGS_boot.bin = -T zynqimage -R $(srctree)/$(CONFIG_BOOT_INIT_FILE)
 endif
 ifdef CONFIG_ARCH_ZYNQMP
-ifneq ($(CONFIG_PMUFW_INIT_FILE),"")
-spl/boot.bin: zynqmp-check-pmufw
-zynqmp-check-pmufw: FORCE
-	( cd $(srctree) && test -r $(CONFIG_PMUFW_INIT_FILE) ) \
-		|| ( echo "Cannot read $(CONFIG_PMUFW_INIT_FILE)" && false )
-endif
+# ifneq ($(CONFIG_PMUFW_INIT_FILE),"")
+# spl/boot.bin: zynqmp-check-pmufw
+# zynqmp-check-pmufw: FORCE
+# 	( cd $(srctree) && test -r $(CONFIG_PMUFW_INIT_FILE) ) \
+# 		|| ( echo "Cannot read $(CONFIG_PMUFW_INIT_FILE)" && false )
+# endif
 MKIMAGEFLAGS_boot.bin = -T zynqmpimage -R $(srctree)/$(CONFIG_BOOT_INIT_FILE) \
 	-n "$(shell cd $(srctree); readlink -f $(CONFIG_PMUFW_INIT_FILE))"
 endif
-- 
2.20.1