29 lines
821 B
Diff
29 lines
821 B
Diff
--- /dev/null
|
|
+++ b/package/boot/u-boot-tools/patches/0001-tools-disable-kwbimage.patch
|
|
@@ -0,0 +1,25 @@
|
|
+From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal at milecki.pl>
|
|
+Date: Tue, 30 Nov 2021 11:29:19 +0100
|
|
+Subject: [PATCH] tools: disable kwbimage
|
|
+MIME-Version: 1.0
|
|
+Content-Type: text/plain; charset=UTF-8
|
|
+Content-Transfer-Encoding: 8bit
|
|
+
|
|
+Without CONFIG_TOOLS_LIBCRYPTO kwbimage doesn't compile because of
|
|
+multiple "undefined reference"s to SSL functions.
|
|
+
|
|
+Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
|
|
+---
|
|
+ tools/Makefile | 1 -
|
|
+ 1 file changed, 1 deletion(-)
|
|
+
|
|
+--- a/tools/Makefile
|
|
++++ b/tools/Makefile
|
|
+@@ -117,7 +117,6 @@ dumpimage-mkimage-objs := aisimage.o \
|
|
+ imximage.o \
|
|
+ imx8image.o \
|
|
+ imx8mimage.o \
|
|
+- kwbimage.o \
|
|
+ lib/md5.o \
|
|
+ lpc32xximage.o \
|
|
+ mxsimage.o \
|