We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187426 commit 65f88a0Copy full SHA for 65f88a0
1 file changed
config/boards/mixtile-edge2.csc
@@ -24,8 +24,8 @@ function post_family_config__h96_max_use_mainline_uboot() {
24
25
declare -g BOOTCONFIG="generic-rk3568_defconfig"
26
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git"
27
- declare -g BOOTBRANCH="tag:v2024.07"
28
- declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
+ declare -g BOOTBRANCH="tag:v2026.07-rc5"
+ declare -g BOOTPATCHDIR="v2026.07/board_${BOARD}"
29
declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory
30
31
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin"
0 commit comments