Skip to content

Commit 0e1224e

Browse files
rpardiniigorpecovnik
authored andcommitted
rock-3a: u-boot: bump from -rcX to 2026.04 (final)
1 parent 415a723 commit 0e1224e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/boards/rock-3a.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)