From aa914dedf95d5f14c69d405c32eafceb6cdcc129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 20 Jul 2021 06:40:22 +0200 Subject: [PATCH] Setting older u-boot for Allwinner H3 due to stability issues found in latest versions 2021.04 (#3036) --- config/sources/families/sun8i.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/sources/families/sun8i.conf b/config/sources/families/sun8i.conf index 992489746e..1aed3039a0 100644 --- a/config/sources/families/sun8i.conf +++ b/config/sources/families/sun8i.conf @@ -7,6 +7,10 @@ fi [[ -z $CPUMIN ]] && CPUMIN=480000 [[ -z $CPUMAX ]] && CPUMAX=1400000 +# some 32bit Allwinner devices are unstable at 2021.xx +# https://armbian.atlassian.net/browse/AR-749 +BOOTBRANCH='tag:v2020.10' + family_tweaks_s() { if [[ ${BOARD} == nanopi-r1 ]]; then