diff options
author | Michael Heimpold <mhei@heimpold.de> | 2020-04-20 00:21:59 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-06-03 16:49:28 +0200 |
commit | d71fa37aa3730db7388344ecd072be5655289ecb (patch) | |
tree | 7e911fe888bb1406b45531fe72e180e388fd954a /package/boot/uboot-mxs/Makefile | |
parent | f93fcf8923aa1f89b8190e125ba9fbb435e26045 (diff) | |
download | upstream-d71fa37aa3730db7388344ecd072be5655289ecb.tar.gz upstream-d71fa37aa3730db7388344ecd072be5655289ecb.tar.bz2 upstream-d71fa37aa3730db7388344ecd072be5655289ecb.zip |
uboot-mxs: bump to v2020.04
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 3112d673d4..2a202dca8f 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:=2020.01 +PKG_VERSION:=2020.04 PKG_RELEASE:=1 -PKG_HASH:=aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 +PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |