From fb1ac8cb1d96ae6089efdabd6fab7e3be82cb084 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Wed, 19 Mar 2025 20:53:07 -0300 Subject: [PATCH] nanopct6(-lts): u-boot: bump to v2025.04 final --- config/boards/nanopct6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/nanopct6.conf b/config/boards/nanopct6.conf index d979ff51d..0be94fcad 100644 --- a/config/boards/nanopct6.conf +++ b/config/boards/nanopct6.conf @@ -36,7 +36,7 @@ function post_family_config_branch_edge__nanopct6_use_mainline_uboot() { declare -g BOOTCONFIG="nanopc-t6-rk3588_defconfig" declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline - declare -g BOOTBRANCH="tag:v2025.04-rc1" + declare -g BOOTBRANCH="tag:v2025.04" declare -g BOOTPATCHDIR="v2025.04" declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"