diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-04-28 20:46:46 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-04-28 20:51:53 +0100 |
commit | ebed523ee8486a68f91ed721c6e48bddf6598700 (patch) | |
tree | 09da2b43f8c9b1f3d3ff4d3368d52b01f653f067 /package/boot | |
parent | 12cb52bd0665da33cb5dc64697f1751a8b33fb05 (diff) | |
download | upstream-ebed523ee8486a68f91ed721c6e48bddf6598700.tar.gz upstream-ebed523ee8486a68f91ed721c6e48bddf6598700.tar.bz2 upstream-ebed523ee8486a68f91ed721c6e48bddf6598700.zip |
arm-trusted-firmware-mediatek: fix boot hang on unifi-6-lr
The Ubiquiti Networks UniFi 6 LR access point comes with a total of
512 MB RAM provided by 2x 8-bit DDR3 SDRAM. This combination lead to
problems with the DDR calibration on boot resulting in occasional hang
on boot. Use updated calibration binary provided by MediaTek to make
boot on that device more reliable.
The binary has also been tested on the BananaPi BPi-R64 board and that
also works just fine with the new binary.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/arm-trusted-firmware-mediatek/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/arm-trusted-firmware-mediatek/Makefile b/package/boot/arm-trusted-firmware-mediatek/Makefile index b2afdbed06..a1787ead21 100644 --- a/package/boot/arm-trusted-firmware-mediatek/Makefile +++ b/package/boot/arm-trusted-firmware-mediatek/Makefile @@ -13,9 +13,9 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/mtk-openwrt/arm-trusted-firmware.git -PKG_SOURCE_DATE:=2021-03-10 -PKG_SOURCE_VERSION:=8b635f61091f2e5bce88269468c53fc30bb4cd64 -PKG_MIRROR_HASH:=ffe233a19b51504f605a90a88c7a1bb74303e4a7173a59b24a4dfa572ce99139 +PKG_SOURCE_DATE:=2021-04-28 +PKG_SOURCE_VERSION:=a63914612904642ed974390fff620f7003ebc20a +PKG_MIRROR_HASH:=6396a36406ceecf667470d0d673552751573de65497bf97d1e2af3505fe79366 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |