From f5706bb0dbf53bcf6be0726a509f40f7201ce3cf Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 19 Nov 2025 18:17:31 +0800 Subject: [PATCH] boards / Helios4: switch U-Boot to mainline 2025.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - disable the entire patchset for now - target updated kwb file name - result is still a successful boot at least from µSD --- config/sources/families/include/mvebu-helios4.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/sources/families/include/mvebu-helios4.inc b/config/sources/families/include/mvebu-helios4.inc index b06c879582..4bcf4536b1 100644 --- a/config/sources/families/include/mvebu-helios4.inc +++ b/config/sources/families/include/mvebu-helios4.inc @@ -11,14 +11,14 @@ case $BRANCH in legacy | current | edge) BOOTSOURCE=$MAINLINE_UBOOT_SOURCE - BOOTBRANCH='tag:v2019.04' + BOOTBRANCH='tag:v2025.10' BOOTDIR=$MAINLINE_UBOOT_DIR - BOOTPATCHDIR='legacy/u-boot-helios4' + #BOOTPATCHDIR='legacy/u-boot-helios4' BOOTSCRIPT='boot-mvebu.cmd:boot.cmd' - UBOOT_TARGET_MAP=";sdhc;u-boot-spl.kwb:u-boot.mmc - ;spi;u-boot-spl.kwb:u-boot.flash - ;uart;u-boot-spl.kwb:u-boot.uart" + UBOOT_TARGET_MAP=";sdhc;u-boot-with-spl.kwb:u-boot.mmc + ;spi;u-boot-with-spl.kwb:u-boot.flash + ;uart;u-boot-with-spl.kwb:u-boot.uart" UBOOT_USE_GCC='> 7.0'