mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rk3588: Integrate BOOTPATCHDIR with rk35xx
They both use the same U-Boot version now.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user