We don't want to use defaults but override

This commit is contained in:
Igor Pecovnik 2025-12-22 16:17:49 +01:00 committed by Igor
parent 3c9d3e227a
commit ecbe66fdb5

View File

@ -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
}
}