diff options
author | Andre Heider <a.heider@gmail.com> | 2021-09-11 12:10:51 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 21:08:25 +0100 |
commit | ffb807ec90d3dc7f037f198ef828bb1c8d2ff7a6 (patch) | |
tree | 0cd7d0a80e563ed740e109c6f0b433531403ff79 /package/boot/uboot-omap/Makefile | |
parent | e6f569406ffe1d9e35b9b9ea36f38cdd5837728d (diff) | |
download | upstream-ffb807ec90d3dc7f037f198ef828bb1c8d2ff7a6.tar.gz upstream-ffb807ec90d3dc7f037f198ef828bb1c8d2ff7a6.tar.bz2 upstream-ffb807ec90d3dc7f037f198ef828bb1c8d2ff7a6.zip |
omap: update u-boot to 2021.07
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/boot/uboot-omap/Makefile')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index d0158a7284..929b679894 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2020.04 +PKG_VERSION:=2021.07 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 +PKG_HASH:=312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |