diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 23:21:19 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-17 13:43:34 +0200 |
commit | 260a225ba4ed9ad50a8442dc3f731af985d45326 (patch) | |
tree | ce73a11cd13fc10d1d07dd34107eaa942bd6d7d2 /package/boot/uboot-imx6/Makefile | |
parent | 0f1b5ce2f5d07c1358f2da417133cd18e62fd9b9 (diff) | |
download | upstream-260a225ba4ed9ad50a8442dc3f731af985d45326.tar.gz upstream-260a225ba4ed9ad50a8442dc3f731af985d45326.tar.bz2 upstream-260a225ba4ed9ad50a8442dc3f731af985d45326.zip |
uboot-imx6: bump to 2020.04 release
Refreshed all patches, run tested on apalis.
Cc: Vladimir Vid <vladimir.vid@sartura.hr>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-imx6/Makefile')
-rw-r--r-- | package/boot/uboot-imx6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 3f6bb1c5de..79acd4abf7 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.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 |