From a7972ea1f3d820f6f126e54e48329cc5eaa0de3e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 13 May 2025 15:08:30 -0500 Subject: [PATCH] u-boot: migrate to github mirror Signed-off-by: Robert Nelson --- 01_git_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_git_sync.sh b/01_git_sync.sh index 5c8c9b9..6db690e 100755 --- a/01_git_sync.sh +++ b/01_git_sync.sh @@ -10,7 +10,7 @@ HSS_REPO="https://github.com/polarfire-soc/hart-software-services.git" #UBOOT_BRANCH="linux4microchip+fpga-2023.02" #UBOOT_REPO="https://github.com/polarfire-soc/u-boot.git" UBOOT_BRANCH="v2023.02-BeagleV-Fire" -UBOOT_REPO="https://openbeagle.org/beaglev-fire/beaglev-fire-u-boot.git" +UBOOT_REPO="https://github.com/beagleboard/beaglev-fire-u-boot.git" #UBOOT_REPO="git@openbeagle.org:beaglev-fire/beaglev-fire-u-boot.git" DT_BRANCH="v6.6.x-Beagle"