diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-04-05 17:38:19 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-04-05 18:57:51 +0100 |
commit | 5e7d6d5ba4cc58ff5c6f4b28e423054587606896 (patch) | |
tree | 8af27cd4380e7b9e54f7b320e5ee4e6bff4522e9 /package/boot/uboot-mediatek/Makefile | |
parent | bcdf600fc5a1049a4eedaf53de17aa23858215bf (diff) | |
download | upstream-5e7d6d5ba4cc58ff5c6f4b28e423054587606896.tar.gz upstream-5e7d6d5ba4cc58ff5c6f4b28e423054587606896.tar.bz2 upstream-5e7d6d5ba4cc58ff5c6f4b28e423054587606896.zip |
uboot-mediatek: update to v2021.04
Remove patches merged upstream and refresh the remaining ones.
Runtime tested on
* Bananapi BPi-R64 (eMMC and SD Card)
* Linksys E8450 (SPI-NAND)
* Ubiquiti UniFi 6 LR (SPI-NOR)
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 1fb67321ed..c71ed67f58 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.04-rc3 -PKG_HASH:=7c418e07f6065c8761eb2df890bb524d7109864325d8850ddb0c93eb345734f9 +PKG_VERSION:=2021.04 +PKG_HASH:=0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a PKG_BUILD_DEPENDS:=arm-trusted-firmware-tools/host include $(INCLUDE_DIR)/u-boot.mk |