summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb
index d6e02a71..f86318b6 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ 11 git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \
12 file://0001-Makefile-Suppress-array-bounds-error.patch \ 12 file://0001-Makefile-Suppress-array-bounds-error.patch \
13 file://rwx-segments.patch \ 13 file://rwx-segments.patch \
14" 14"
15SRCBRANCH = "lf_v2.6" 15SRCBRANCH = "lf_v2.6"
16SRCREV = "c6a19b1a351308cc73443283f6aa56b2eff791b8" 16SRCREV = "9202efc9aaf65085def9a747ee32aed628449901"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19