qemu-uboot-{x86|arm64}: bump u-boot to v2025.10 final

This commit is contained in:
Ricardo Pardini
2025-10-20 08:59:37 +02:00
committed by Igor
parent 4e9788283e
commit 4a7b997f02

View File

@@ -58,7 +58,7 @@ if [[ "${QEMU_UBOOT_BOOTCONFIG}" != "" ]]; then
declare -g ATF_COMPILE="no"
declare -g BOOTDIR="qemu-uboot-${LINUXFAMILY}"
declare -g BOOTBRANCH='tag:v2025.10-rc4'
declare -g BOOTBRANCH='tag:v2025.10'
declare -g BOOTSOURCE='https://github.com/u-boot/u-boot' # Gotta set this again, it is unset by grub extension
declare -g BOOTCONFIG="${QEMU_UBOOT_BOOTCONFIG}"