Setting older u-boot for Allwinner H3 due to stability issues found in latest versions 2021.04 (#3036)

This commit is contained in:
Igor Pečovnik
2021-07-20 06:40:22 +02:00
committed by GitHub
parent b1d82308db
commit aa914dedf9

View File

@@ -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