From ecbe66fdb50985e50eb15712a1e87c93469ad7ac Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 22 Dec 2025 16:17:49 +0100 Subject: [PATCH] We don't want to use defaults but override --- config/sources/families/sun55iw3.conf | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/config/sources/families/sun55iw3.conf b/config/sources/families/sun55iw3.conf index 61c071440d..304ebbfaf7 100644 --- a/config/sources/families/sun55iw3.conf +++ b/config/sources/families/sun55iw3.conf @@ -11,16 +11,10 @@ source "${BASH_SOURCE%/*}/include/sunxi64_common.inc" 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" -declare -g BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd' -declare -g BOOTDELAY=1 -declare -g BOOTSOURCE='https://github.com/u-boot/u-boot.git' -declare -g BOOTPATCHDIR="sunxi-dev-${BOOTPATCHDIR:-"u-boot-a523"}" -declare -g BOOTBRANCH="${BOOTBRANCH:-"branch:master"}" - -declare -g LINUXFAMILY="sun55iw3" -declare -g LINUXCONFIG="linux-sunxi64-${BRANCH}" - +declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523" +declare -g BOOTBRANCH="tag:v2026.01-rc4" write_uboot_platform() { + dd if=/dev/zero of=$2 bs=512 count=1023 seek=1 status=noxfer > /dev/null 2>&1 dd if=$1/u-boot-sunxi-with-spl.bin of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1 -} \ No newline at end of file +}