diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-01-11 21:26:43 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-23 20:20:53 +0000 |
commit | 145d896e0e68cef80880700060169cc004a7b46e (patch) | |
tree | 37176474dadac512fa76a60860d4ef0ffa164328 /package/boot/uboot-mediatek/Makefile | |
parent | f5278bf820105c83267d6bc0ad3dfaf1d77a4681 (diff) | |
download | upstream-145d896e0e68cef80880700060169cc004a7b46e.tar.gz upstream-145d896e0e68cef80880700060169cc004a7b46e.tar.bz2 upstream-145d896e0e68cef80880700060169cc004a7b46e.zip |
uboot-mediatek: update to version 2022.01
Tested on BananaPi R2 (SD, eMMC), BananaPi R64 (SD, eMMC, SPI-NAND) and
UniElec U7623-02 (eMMC).
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/Makefile')
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 0b80dadef4..bd380702db 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2021.10 -PKG_HASH:=cde723e19262e646f2670d25e5ec4b1b368490de950d4e26275a988c36df0bd4 +PKG_VERSION:=2022.01 +PKG_HASH:=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413 PKG_BUILD_DEPENDS:=arm-trusted-firmware-tools/host include $(INCLUDE_DIR)/u-boot.mk |