U-boot: drop referencing to Denx Git as they have some weird protection that doesn't like our CI

Sources are defined globally, so we don't need to define them here again.
This commit is contained in:
Igor Pecovnik 2025-07-20 14:58:41 +02:00 committed by Igor
parent 2b705a82be
commit 486b41f0d6

View File

@ -15,7 +15,6 @@ GOVERNOR=ondemand
case $BRANCH in
current | edge)
declare -g BOOTSOURCE='https://source.denx.de/u-boot/u-boot.git'
declare -g BOOTBRANCH="${BOOTBRANCH_BOARD}"
declare -g ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
declare -g ATFBRANCH='tag:lts-v2.12.1'