Skip to content

Commit 7a46d09

Browse files
andyshrkigorpecovnik
authored andcommitted
lubancat2: bump u-boot to v2025.04
Signed-off-by: Andy Yan <[email protected]>
1 parent 55ed3d4 commit 7a46d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/boards/lubancat2.csc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function post_family_config_branch_edge__lubancat_2_use_mainline_uboot() {
1616
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"
1717

1818
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
19-
declare -g BOOTBRANCH="tag:v2024.07"
20-
declare -g BOOTPATCHDIR="v2024.07"
19+
declare -g BOOTBRANCH="tag:v2025.04"
20+
declare -g BOOTPATCHDIR="v2025.04"
2121
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency
2222

2323
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin"

0 commit comments

Comments
 (0)