From 84af8344a28369fc3a4a8e930c6f075551d6c065 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 11 Nov 2025 16:52:41 +0100 Subject: [PATCH] nanopct6(-lts): u-boot: bump to v2026.01-rc2 --- config/boards/nanopct6.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boards/nanopct6.conf b/config/boards/nanopct6.conf index dc8bf08dd..5db22920e 100644 --- a/config/boards/nanopct6.conf +++ b/config/boards/nanopct6.conf @@ -42,8 +42,8 @@ function post_family_config__nanopct6_use_mainline_uboot() { declare -g BOOTCONFIG="nanopc-t6-rk3588_defconfig" declare -g BOOTDELAY=1 declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" - declare -g BOOTBRANCH="tag:v2025.10" - declare -g BOOTPATCHDIR="v2025.10" + declare -g BOOTBRANCH="tag:v2026.01-rc2" + declare -g BOOTPATCHDIR="v2026.01" declare -g BOOTDIR="u-boot-${BOARD}" declare -g UBOOT_TARGET_MAP="BL31=bl31.elf ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin" unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already