radxa-zero3: bump mainline uboot to v2025.01

This commit is contained in:
EvilOlaf
2025-03-31 07:26:21 +02:00
committed by Igor
parent 594579f370
commit 19dff4d9df

View File

@@ -21,8 +21,8 @@ function post_family_config__use_mainline_uboot_except_vendor() {
unset BOOTFS_TYPE # mainline u-boot can boot ext4 directly
BOOTCONFIG="radxa-zero-3-rk3566_defconfig"
BOOTSOURCE="https://github.com/u-boot/u-boot"
BOOTBRANCH="tag:v2024.10"
BOOTPATCHDIR="v2024.10"
BOOTBRANCH="tag:v2025.01"
BOOTPATCHDIR="v2025.01"
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB;;u-boot-rockchip.bin"