diff options
author | Michael Heimpold <mhei@heimpold.de> | 2020-03-04 23:42:19 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-08 15:10:55 +0100 |
commit | 9405fb079bccb0a736f8fd187f4dd5a3c26723ec (patch) | |
tree | 403d8db5d8a94494913ec527efcc1bd880d53e1d /package/boot/uboot-mxs/Makefile | |
parent | a468a452531371b99c84ec7442a51edb96d4316f (diff) | |
download | upstream-9405fb079bccb0a736f8fd187f4dd5a3c26723ec.tar.gz upstream-9405fb079bccb0a736f8fd187f4dd5a3c26723ec.tar.bz2 upstream-9405fb079bccb0a736f8fd187f4dd5a3c26723ec.zip |
uboot-mxs: bump to v2020.01
Also update the U-Boot BSP patch for I2SE Duckbill devices.
Run tested on I2SE Duckbill and Olimex OLinuXino Maxi boards.
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 04d3f15f95..3112d673d4 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:=2019.10 +PKG_VERSION:=2020.01 PKG_RELEASE:=1 -PKG_HASH:=8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014 +PKG_HASH:=aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |