rollback uboot for sunxi64-current (#3046)

This commit is contained in:
lanefu 2021-07-22 08:06:17 -04:00 committed by GitHub
parent bc19b9beab
commit 390376d2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@ case $BRANCH in
KERNELSOURCE="https://github.com/megous/linux"
KERNELBRANCH="branch:orange-pi-5.10"
KERNELPATCHDIR='sunxi-'$BRANCH
##fixme workaround do to instability in recent uboot.
##https://armbian.atlassian.net/browse/AR-867
BOOTBRANCH='tag:v2020.10'
;;