fix BOOTBRANCH in rockchip64_common.inc

This commit is contained in:
SpadeLushen 2020-12-29 12:47:59 +08:00 committed by GitHub
parent 9ef6aa410d
commit e1ed2a0033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BOOTDELAY=0
OVERLAY_PREFIX='rockchip' OVERLAY_PREFIX='rockchip'
SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || echo "ttyS2:1500000")} SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || echo "ttyS2:1500000")}
GOVERNOR="ondemand" GOVERNOR="ondemand"
BOOTBRANCH="tag:v2020.07-rockchip64" BOOTBRANCH="branch:v2020.07-rockchip64"
PACKAGE_LIST_FAMILY="ethtool" PACKAGE_LIST_FAMILY="ethtool"
RKBIN_DIR="$EXTER/cache/sources/rkbin-tools" RKBIN_DIR="$EXTER/cache/sources/rkbin-tools"