u-boot-radxa-rk35xx: bump to next-dev-v2024.10

This commit is contained in:
amazingfate
2025-02-01 23:08:24 +08:00
committed by Igor
parent ec2544e005
commit d048673c00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"
BOOTSOURCE='https://github.com/radxa/u-boot.git'
BOOTBRANCH='branch:next-dev-v2024.03' # Always use same version as rk3588, they share a patch dir
BOOTBRANCH='branch:next-dev-v2024.10' # Always use same version as rk3588, they share a patch dir
BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
OVERLAY_PREFIX='rk35xx'

View File

@@ -10,7 +10,7 @@
source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"
BOOTSOURCE='https://github.com/radxa/u-boot.git'
BOOTBRANCH='branch:next-dev-v2024.03' # Always use same version as rk35xx, they share a patch dir
BOOTBRANCH='branch:next-dev-v2024.10' # Always use same version as rk35xx, they share a patch dir
BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
OVERLAY_PREFIX='rockchip-rk3588'