From 79728e53162f0fff6e97fd39a9eba1f983307dad Mon Sep 17 00:00:00 2001
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Date: Fri, 22 Nov 2024 14:36:05 +0100
Subject: [PATCH] bootloaders: Use https:// for ATF

git:// seems to fail using repo.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
 bootloaders.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootloaders.xml b/bootloaders.xml
index 2aa94f3..fc96a4b 100644
--- a/bootloaders.xml
+++ b/bootloaders.xml
@@ -3,7 +3,7 @@
     <remote name="baylibre" fetch="https://gitlab.baylibre.com/baylibre/ti/" />
     <remote name="ti" fetch="git://git.ti.com/" />
     <remote name="github" fetch="https://github.com/" />
-    <remote name="tf-a" fetch="git://git.trustedfirmware.org/" />
+    <remote name="tf-a" fetch="https://git.trustedfirmware.org/" />
 
     <project name="android/bootloader/build-bootloaders.git" path="build" remote="baylibre" revision="ti-android-15" />
     <project name="ti-u-boot" path="u-boot" remote="baylibre" revision="integ/ti-u-boot-2024.04" />
-- 
GitLab