浏览代码

u-boot: update to latest

Waldemar Brodkorb 9 年之前
父节点
当前提交
8b5caef4ef

+ 2 - 2
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

+ 0 - 11
package/u-boot/patches/patch-common_cmd_bootmenu_c

@@ -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);

+ 0 - 12
package/u-boot/patches/patch-tools_Makefile

@@ -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)