Skip to content

Commit

Permalink
Bump two leftover radxa rk35xx uboot to next-dev-v2024.10
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Feb 15, 2025
1 parent 1f69720 commit 03e9ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/boards/mixtile-edge2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function post_family_config_branch_vendor__kernel_and_uboot_rk35xx_mixtile_edge2

# Use vendor u-boot, same as rk35xx; we've a defconfig and dt in there
declare -g BOOTSOURCE='https://github.com/radxa/u-boot.git'
declare -g BOOTBRANCH='branch:next-dev-v2024.03' # Always use same version as rk3588, they share a patch dir
declare -g BOOTBRANCH='branch:next-dev-v2024.10' # Always use same version as rk3588, they share a patch dir
declare -g BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
declare -g BOOTCONFIG="mixtile-edge2-rk3568_defconfig"
}
4 changes: 2 additions & 2 deletions config/boards/rock-5c.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ AIC8800_TYPE="usb"
ASOUND_STATE="asound.state.rock-5c"

function post_family_config__uboot_rock5c() {
display_alert "$BOARD" "Configuring armsom u-boot" "info"
display_alert "$BOARD" "Configuring radxa u-boot" "info"
declare -g BOOTSOURCE='https://github.com/radxa/u-boot.git'
declare -g BOOTBRANCH="branch:next-dev-v2024.03"
declare -g BOOTBRANCH="branch:next-dev-v2024.10"
declare -g OVERLAY_PREFIX='rockchip-rk3588'
declare -g BOOTDELAY=1 # build injects this into u-boot config. we can then get into UMS mode and avoid the whole rockusb/rkdeveloptool thing
}
Expand Down

0 comments on commit 03e9ad6

Please sign in to comment.