Skip to content

Commit

Permalink
rock-3a: bump u-boot to 2025.01
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilOlaf authored Feb 1, 2025
1 parent f8e3f1d commit ce770bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/rock-3a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function post_family_config_branch_edge__rock-3a_use_mainline_uboot() {
declare -g BOOTCONFIG="rock-3a-rk3568_defconfig"
declare -g BOOTDELAY=1
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot"
declare -g BOOTBRANCH="tag:v2024.10"
declare -g BOOTPATCHDIR="v2024.10"
declare -g BOOTBRANCH="tag:v2025.01"
declare -g BOOTPATCHDIR="v2025.01"
declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
Expand Down

0 comments on commit ce770bd

Please sign in to comment.