summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch')
-rw-r--r--recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch b/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch
deleted file mode 100644
index ffd9965a..00000000
--- a/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From a76ae26fdb673613f5f97872b7275c630b7b24b8 Mon Sep 17 00:00:00 2001
2From: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com>
3Date: Wed, 16 May 2018 13:26:45 +0800
4Subject: [PATCH] fix fiptool build error
5
6Upstream-Status: Inappropriate [embedded specific]
7
8---
9 tools/fiptool/Makefile | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
11
12diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile
13index e0e3923..f213f44 100644
14--- a/tools/fiptool/Makefile
15+++ b/tools/fiptool/Makefile
16@@ -19,7 +19,8 @@ ifeq (${DEBUG},1)
17 else
18 CFLAGS += -O2
19 endif
20-LDLIBS := -lcrypto
21+
22+LDLIBS := -Wl,-rpath=${LIBPATH}/usr/lib -L${LIBPATH}/usr/lib -lcrypto
23
24 ifeq (${V},0)
25 Q := @
26--
271.8.3.1
28