Bugfix - some 32bit Allwinner devices are unstable with u-boot 2021.xx (#2963)

This commit is contained in:
Igor Pečovnik 2021-07-03 21:58:30 +02:00 committed by GitHub
parent 1f2e97febf
commit ea63296938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@ OVERLAY_PREFIX='sun7i-a20'
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1010000
# some 32bit Allwinner devices are unstable at 2021.xx
# https://armbian.atlassian.net/browse/AR-749
BOOTBRANCH='tag:v2020.10'
family_tweaks_bsp_s()
{
if [[ $BOARD == olimex-som204-a20 ]]; then