From 486b41f0d68456c670ad7ae7e260208479a70404 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 20 Jul 2025 14:58:41 +0200 Subject: [PATCH] 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. --- config/sources/families/sun50iw9-bpi.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/sources/families/sun50iw9-bpi.conf b/config/sources/families/sun50iw9-bpi.conf index c6aa558087..39c1d5f3b9 100644 --- a/config/sources/families/sun50iw9-bpi.conf +++ b/config/sources/families/sun50iw9-bpi.conf @@ -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'