Reverting general u-boot change for Rockchip64 made by mistake

It should only be set for NanopiR4S - other boards need some adjustements so they currently break https://github.com/armbian/build/pull/2512
This commit is contained in:
Igor Pecovnik
2021-01-02 09:18:06 +01:00
parent e9588e3661
commit 91bd4d29b7
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
21.02.0-trunk
20.11.5

View File

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