mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user