From a7173eeadeb662e5de6415f4fafbfcce9b16d905 Mon Sep 17 00:00:00 2001 From: Lucien Morey Date: Tue, 22 Oct 2024 09:52:16 +1100 Subject: [PATCH] update uboot target version --- 01_git_sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_git_sync.sh b/01_git_sync.sh index 75913c3..b39986a 100755 --- a/01_git_sync.sh +++ b/01_git_sync.sh @@ -9,8 +9,8 @@ HSS_REPO="https://github.com/polarfire-soc/hart-software-services.git" #UBOOT_BRANCH="mpfs-uboot-2022.01" #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_BRANCH="linux4microchip+fpga-2024.06" +UBOOT_REPO="https://github.com/linux4microchip/u-boot-mchp.git" #UBOOT_REPO="git@openbeagle.org:beaglev-fire/beaglev-fire-u-boot.git" DT_BRANCH="v6.1.x-Beagle"