From a4010867fad5c5d0b08f3a20e5c8cb259edac8ef Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Thu, 29 May 2025 05:55:04 +0530 Subject: [PATCH] ti: family: k3: Change U-boot repository link Change U-Boot repository link from git.ti.com to Github. In the past, there have been CI issues caused due to git.ti.com failing. Signed-off-by: Suhaas Joshi --- config/sources/families/k3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/k3.conf b/config/sources/families/k3.conf index c201feb89d..1362a74383 100644 --- a/config/sources/families/k3.conf +++ b/config/sources/families/k3.conf @@ -13,7 +13,7 @@ declare -g OVERLAY_DIR="/boot/dtb/ti/overlay" declare -g KERNELSOURCE="https://github.com/TexasInstruments-Sandbox/ti-linux-kernel" declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware" -declare -g BOOTSOURCE="https://git.ti.com/cgit/ti-u-boot/ti-u-boot" +declare -g BOOTSOURCE="https://github.com/TexasInstruments-Sandbox/ti-u-boot" declare -g BOOTSCRIPT="boot-k3.cmd:uEnv.txt" declare -g SPD_OPTEED="SPD=opteed"