Skip to content

Commit

Permalink
rk3588: Integrate BOOTPATCHDIR with rk35xx
Browse files Browse the repository at this point in the history
They both use the same U-Boot version now.
  • Loading branch information
ColorfulRhino authored and igorpecovnik committed Jul 2, 2024
1 parent 91a15ba commit 8003d1b
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/sources/families/rk35xx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
BOOTBRANCH='branch:next-dev-v2024.03' # Always use same version as rk3588, they share a patch dir
BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
OVERLAY_PREFIX='rk35xx'

Expand Down
4 changes: 2 additions & 2 deletions config/sources/families/rockchip-rk3588.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"

BOOTSOURCE='https://github.com/radxa/u-boot.git'
BOOTBRANCH='branch:next-dev-v2024.03'
BOOTPATCHDIR="legacy/u-boot-radxa-rk3588"
BOOTBRANCH='branch:next-dev-v2024.03' # Always use same version as rk35xx, they share a patch dir
BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
OVERLAY_PREFIX='rockchip-rk3588'

case $BRANCH in
Expand Down

0 comments on commit 8003d1b

Please sign in to comment.