diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-11 22:23:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-11 22:23:38 +0200 |
commit | 23bfadf1f5478083d8458f82e1e472c7b96e13d2 (patch) | |
tree | aa9233cfd4aec4d80d868cdd77818c6c3665d66f /package/u-boot/Makefile | |
parent | 7b83166922499dae5802eb93a5dc723e3e386664 (diff) |
u-boot: update to 2016.05, add a fix for imx6 from the mailinglist
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r-- | package/u-boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 6458b1198..e704f1c0b 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.03 +PKG_VERSION:= 2016.05 PKG_RELEASE:= 1 -PKG_HASH:= e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb +PKG_HASH:= 87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host device-tree-compiler-host |