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 55ed3d4 commit 7a46d09Copy full SHA for 7a46d09
config/boards/lubancat2.csc
@@ -16,8 +16,8 @@ function post_family_config_branch_edge__lubancat_2_use_mainline_uboot() {
16
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"
17
18
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"
+ declare -g BOOTBRANCH="tag:v2025.04"
+ declare -g BOOTPATCHDIR="v2025.04"
21
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency
22
23
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin"
0 commit comments