From 2c025ef9297f6fe2f79a1b4d8afe9dac6d8264d7 Mon Sep 17 00:00:00 2001 From: juanesf Date: Thu, 8 Jan 2026 12:00:39 -0300 Subject: [PATCH] sun55iw3.conf bump u-boot to v2026.01 (final) Based on (https://github.com/armbian/build/pull/9179) --- config/sources/families/sun55iw3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/sun55iw3.conf b/config/sources/families/sun55iw3.conf index 3d279f3cab..7ca511872a 100644 --- a/config/sources/families/sun55iw3.conf +++ b/config/sources/families/sun55iw3.conf @@ -12,7 +12,7 @@ declare -g ATFSOURCE='https://github.com/jernejsk/arm-trusted-firmware' declare -g ATF_TARGET_MAP="PLAT=sun55i_a523 DEBUG=1 bl31;;build/sun55i_a523/debug/bl31.bin" declare -g ATFBRANCH="branch:a523-v4" declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523" -declare -g BOOTBRANCH="tag:v2026.01-rc5" +declare -g BOOTBRANCH="tag:v2026.01" write_uboot_platform() { dd if=$1/u-boot-sunxi-with-spl.bin of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1