diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb index 03fd6193..2daf86f9 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb @@ -4,6 +4,6 @@ SUMMARY = "Mainline U-Boot for TI devices" PV = "2026.04" -UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" +UBOOT_GIT_URI = "git://git.u-boot-project.org/u-boot/u-boot.git" SRCREV_uboot = "88dc2788777babfd6322fa655df549a019aa1e69" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb index 9bdedfa3..4d5f4a38 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb @@ -2,4 +2,4 @@ require u-boot-ti-mainline_git.bb SUMMARY = "U-Boot master-next for TI devices" -BRANCH = "master-next" +BRANCH = "next"