summaryrefslogtreecommitdiff
path: root/package/u-boot
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-16 20:35:20 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-16 20:35:31 +0100
commit8b5caef4efeb629b395b973b9a45f28aada083ad (patch)
tree845d88e72be3e819f4cca9dee32133cec9b508c6 /package/u-boot
parent881e605bb710251addddf4c06753f2a942a1010a (diff)
u-boot: update to latest
Diffstat (limited to 'package/u-boot')
-rw-r--r--package/u-boot/Makefile4
-rw-r--r--package/u-boot/patches/patch-common_cmd_bootmenu_c11
-rw-r--r--package/u-boot/patches/patch-tools_Makefile12
3 files changed, 2 insertions, 25 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 4c659576d..6458b1198 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= u-boot
-PKG_VERSION:= 2016.01
+PKG_VERSION:= 2016.03
PKG_RELEASE:= 1
-PKG_HASH:= e5792fba9399d9804aa2ef667f14ff771e2cdece72367d340250265bf095a5d5
+PKG_HASH:= e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb
PKG_DESCR:= portable bootloader
PKG_SECTION:= base/boot
HOST_BUILDDEP:= libressl-host device-tree-compiler-host
diff --git a/package/u-boot/patches/patch-common_cmd_bootmenu_c b/package/u-boot/patches/patch-common_cmd_bootmenu_c
deleted file mode 100644
index ac0d02916..000000000
--- a/package/u-boot/patches/patch-common_cmd_bootmenu_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af.orig/common/cmd_bootmenu.c 2015-01-06 09:00:23.000000000 +0100
-+++ u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af/common/cmd_bootmenu.c 2015-01-07 17:51:11.947152887 +0100
-@@ -423,7 +423,7 @@ cleanup:
- }
-
- if (title && command) {
-- debug("Starting entry '%s'\n", title);
-+ //debug("Starting entry '%s'\n", title);
- free(title);
- run_command(command, 0);
- free(command);
diff --git a/package/u-boot/patches/patch-tools_Makefile b/package/u-boot/patches/patch-tools_Makefile
deleted file mode 100644
index 99df54622..000000000
--- a/package/u-boot/patches/patch-tools_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- u-boot-2015.07.orig/tools/Makefile 2015-07-14 19:32:21.000000000 +0200
-+++ u-boot-2015.07/tools/Makefile 2015-07-30 09:57:50.209525093 +0200
-@@ -122,8 +122,7 @@ endif
-
- # MXSImage needs LibSSL
- ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
--HOSTLOADLIBES_mkimage += \
-- $(shell pkg-config --libs libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
-+HOSTLOADLIBES_mkimage += -lssl -lcrypto -ldl
- endif
-
- HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)