Bugfix - some 32bit Allwinner devices are unstable with u-boot 2021.xx (#2963)
This commit is contained in:
parent
1f2e97febf
commit
ea63296938
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user