diff --git a/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb index 1d9cd768..29a6ad95 100644 --- a/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb +++ b/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb @@ -11,7 +11,7 @@ DEPENDS_append = " python dtc-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https" +UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga" SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" SRCREV = "87a19df5e462f1f63e8a6d2973c7fb9e95284d04"