diff --git a/config/bootscripts/boot-rk3588-legacy.cmd b/config/bootscripts/boot-rk35xx.cmd similarity index 100% rename from config/bootscripts/boot-rk3588-legacy.cmd rename to config/bootscripts/boot-rk35xx.cmd diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index 9682186fcbf7..9d77b14fa318 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -18,7 +18,7 @@ case $BRANCH in legacy) display_alert "WARNING: 'legacy' branch" "is deprecated and slated for removal. Please switch to another branch unless you know what you're doing :)" "wrn" - BOOTSCRIPT='boot-rk3588-legacy.cmd:boot.cmd' + BOOTSCRIPT='boot-rk35xx.cmd:boot.cmd' BOOTDIR='u-boot-rockchip64' declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel. declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo @@ -29,7 +29,7 @@ case $BRANCH in ;; vendor) - BOOTSCRIPT='boot-rk3588-legacy.cmd:boot.cmd' + BOOTSCRIPT='boot-rk35xx.cmd:boot.cmd' BOOTDIR='u-boot-rockchip64' declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo