diff --git a/config/sources/families/rk35xx.conf b/config/sources/families/rk35xx.conf index 968a9b1df..64441c7c3 100644 --- a/config/sources/families/rk35xx.conf +++ b/config/sources/families/rk35xx.conf @@ -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' diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index dd6b239be..ae99b4bac 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -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'