diff --git a/recipes-bsp/u-boot/u-boot-master.bb b/recipes-bsp/u-boot/u-boot-master.bb index 79387fc9..003cf064 100644 --- a/recipes-bsp/u-boot/u-boot-master.bb +++ b/recipes-bsp/u-boot/u-boot-master.bb @@ -12,7 +12,7 @@ DEPENDS += "\ ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os python3-pyelftools-native', '', d)} \ " -GIT_URL = "git://source.denx.de/u-boot/u-boot.git;protocol=https" +GIT_URL = "https://git.u-boot-project.org/u-boot/u-boot.git;protocol=https" SRC_URI = "${GIT_URL};branch=${BRANCH}" LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"