orangepi5: bump u-boot to v2026.04-rc3

This commit is contained in:
EvilOlaf 2026-02-28 16:09:49 +00:00 committed by Igor
parent 54ade91808
commit 8821837c01
4 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ function post_family_config__orangepi5_use_mainline_uboot() {
declare -g BOOTCONFIG="orangepi-5-rk3588s_defconfig" declare -g BOOTCONFIG="orangepi-5-rk3588s_defconfig"
declare -g BOOTDELAY=1 declare -g BOOTDELAY=1
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git"
declare -g BOOTBRANCH="tag:v2025.10" declare -g BOOTBRANCH="tag:v2026.04-rc3"
declare -g BOOTPATCHDIR="v2025.10" declare -g BOOTPATCHDIR="v2026.04"
declare -g BOOTDIR="u-boot-${BOARD}" declare -g BOOTDIR="u-boot-${BOARD}"
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG_SATA;;u-boot-rockchip-spi-sata.bin declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG_SATA;;u-boot-rockchip-spi-sata.bin
BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG;;u-boot-rockchip.bin u-boot-rockchip-spi.bin" BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG;;u-boot-rockchip.bin u-boot-rockchip-spi.bin"