Skip to content

Commit

Permalink
rk35xx: use boot-rk35xx.cmd for overlay support
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed Oct 5, 2024
1 parent 4416b31 commit 3c25dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sources/families/rk35xx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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-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
Expand All @@ -27,6 +28,7 @@ case $BRANCH in
;;

vendor)
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
Expand Down

0 comments on commit 3c25dde

Please sign in to comment.