From 5081752ec8d603165a8eb5f5f96da7df6d2f01a5 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 13 May 2025 15:07:09 -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 de35606..5c8c9b9 100755 --- a/01_git_sync.sh +++ b/01_git_sync.sh @@ -14,7 +14,7 @@ UBOOT_REPO="https://openbeagle.org/beaglev-fire/beaglev-fire-u-boot.git" #UBOOT_REPO="git@openbeagle.org:beaglev-fire/beaglev-fire-u-boot.git" DT_BRANCH="v6.6.x-Beagle" -DT_REPO="https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git" +DT_REPO="https://github.com/beagleboard/BeagleBoard-DeviceTrees.git" #DT_REPO="git@openbeagle.org:beagleboard/BeagleBoard-DeviceTrees.git" LINUX_BRANCH="linux4microchip+fpga-2025.03"