diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-02-10 14:05:10 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:52 +0100 |
commit | dc263cd125f9ea58b797d888ea39118059ba5da0 (patch) | |
tree | e9e3d722b55bb1ac784fb56d750c540945e27417 /package/boot/uboot-mxs/Makefile | |
parent | f34b118b356a8a698c3dbe31ddd074e9a3521235 (diff) | |
download | upstream-dc263cd125f9ea58b797d888ea39118059ba5da0.tar.gz upstream-dc263cd125f9ea58b797d888ea39118059ba5da0.tar.bz2 upstream-dc263cd125f9ea58b797d888ea39118059ba5da0.zip |
packages: uboot-mxs: bump to 2017.11
Also update the U-Boot BSP patch for I2SE Duckbill devices.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'package/boot/uboot-mxs/Makefile')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 92cf9e6b27..cd752bb81a 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2016.01 +PKG_VERSION:=2017.11 PKG_RELEASE:=1 -PKG_HASH:=e5792fba9399d9804aa2ef667f14ff771e2cdece72367d340250265bf095a5d5 +PKG_HASH:=6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |