summaryrefslogtreecommitdiff
path: root/package/u-boot-git/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot-git/patches')
-rw-r--r--package/u-boot-git/patches/patch-common_image_c10
-rw-r--r--package/u-boot-git/patches/patch-include_image_h10
-rw-r--r--package/u-boot-git/patches/patch-tools_Makefile11
3 files changed, 0 insertions, 31 deletions
diff --git a/package/u-boot-git/patches/patch-common_image_c b/package/u-boot-git/patches/patch-common_image_c
deleted file mode 100644
index e10af8e3e..000000000
--- a/package/u-boot-git/patches/patch-common_image_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/common/image.c 2015-05-22 17:03:30.000000000 -0500
-+++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/common/image.c 2015-05-22 18:14:50.658865101 -0500
-@@ -87,6 +87,7 @@ static const table_entry_t uimage_arch[]
- { IH_ARCH_ARM64, "arm64", "AArch64", },
- { IH_ARCH_ARC, "arc", "ARC", },
- { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
-+ { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
- { -1, "", "", },
- };
-
diff --git a/package/u-boot-git/patches/patch-include_image_h b/package/u-boot-git/patches/patch-include_image_h
deleted file mode 100644
index 20f331a5a..000000000
--- a/package/u-boot-git/patches/patch-include_image_h
+++ /dev/null
@@ -1,10 +0,0 @@
---- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/include/image.h 2015-05-22 17:03:31.000000000 -0500
-+++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/include/image.h 2015-05-22 17:33:55.950887553 -0500
-@@ -182,6 +182,7 @@ struct lmb;
- #define IH_ARCH_ARM64 22 /* ARM64 */
- #define IH_ARCH_ARC 23 /* Synopsys DesignWare ARC */
- #define IH_ARCH_X86_64 24 /* AMD x86_64, Intel and Via */
-+#define IH_ARCH_XTENSA 25 /* Xtensa */
-
- /*
- * Image Types
diff --git a/package/u-boot-git/patches/patch-tools_Makefile b/package/u-boot-git/patches/patch-tools_Makefile
deleted file mode 100644
index 8c106d33d..000000000
--- a/package/u-boot-git/patches/patch-tools_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/tools/Makefile 2015-05-27 15:07:12.000000000 +0200
-+++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/tools/Makefile 2015-05-27 20:09:17.000000000 +0200
-@@ -122,7 +122,7 @@ endif
-
- # MXSImage needs LibSSL
- ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
--HOSTLOADLIBES_mkimage += -lssl -lcrypto
-+HOSTLOADLIBES_mkimage += -lssl -lcrypto -ldl
- endif
-
- HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)