summaryrefslogtreecommitdiff
path: root/package/u-boot-xtensa/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-07-18 00:14:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-07-18 00:14:35 +0200
commit4295cbd3fe88e204d5f6bcf5d2dfc80e47bba8dc (patch)
treedba5a198ee8b65b43496552c1179844dd995f881 /package/u-boot-xtensa/patches
parentb903b90039acd8468f9dfd7b3b8f9cf9e028c00a (diff)
xtensa: no extra u-boot required anymore
Diffstat (limited to 'package/u-boot-xtensa/patches')
-rw-r--r--package/u-boot-xtensa/patches/patch-Makefile12
-rw-r--r--package/u-boot-xtensa/patches/patch-tools_Makefile11
2 files changed, 0 insertions, 23 deletions
diff --git a/package/u-boot-xtensa/patches/patch-Makefile b/package/u-boot-xtensa/patches/patch-Makefile
deleted file mode 100644
index bf15f64b7..000000000
--- a/package/u-boot-xtensa/patches/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf.orig/Makefile 2015-05-27 14:16:15.000000000 -0500
-+++ u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf/Makefile 2015-05-27 14:48:47.588823659 -0500
-@@ -561,9 +561,6 @@ KBUILD_AFLAGS += -Wa,-gstabs,-S
- endif
- endif
-
--# Prohibit date/time macros, which would make the build non-deterministic
--KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
--
- ifneq ($(CONFIG_SYS_TEXT_BASE),)
- KBUILD_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
- endif
diff --git a/package/u-boot-xtensa/patches/patch-tools_Makefile b/package/u-boot-xtensa/patches/patch-tools_Makefile
deleted file mode 100644
index b1c97995d..000000000
--- a/package/u-boot-xtensa/patches/patch-tools_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf.orig/tools/Makefile 2015-07-06 13:09:06.000000000 +0200
-+++ u-boot-xtensa-fe85520cfb23b815207fa1a0ad840ec795eecedf/tools/Makefile 2015-07-06 13:13:09.274561163 +0200
-@@ -114,7 +114,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)