File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ function post_family_config__rock-3a_use_mainline_uboot_except_vendor_and_add_sa
2121 UBOOT_TARGET_MAP="
2222 BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb rkspi_loader.img
2323 BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG_SATA spl/u-boot-spl.bin u-boot.dtb u-boot.itb;; rkspi_loader_sata.img"
24-
24+
2525 # use mainline uboot for _current_ and _edge_
2626 [[ "${BRANCH}" == "vendor" ]] && return 0
2727
2828 display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
2929 declare -g BOOTCONFIG="rock-3a-rk3568_defconfig"
3030 declare -g BOOTDELAY=1
3131 declare -g BOOTSOURCE="https://github.com/u-boot/u-boot"
32- declare -g BOOTBRANCH="tag:v2026.04-rc4 "
32+ declare -g BOOTBRANCH="tag:v2026.04"
3333 declare -g BOOTPATCHDIR="v2026.04"
3434 declare -g BOOTDIR="u-boot-${BOARD}"
3535 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"
You can’t perform that action at this time.
0 commit comments