summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.4.bb (renamed from recipes-bsp/imx-atf/imx-atf_2.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb
index 6be81e59..07807eff 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.2.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2017-2020 NXP 1# Copyright (C) 2017-2021 NXP
2 2
3DESCRIPTION = "i.MX ARM Trusted Firmware" 3DESCRIPTION = "i.MX ARM Trusted Firmware"
4SECTION = "BSP" 4SECTION = "BSP"
@@ -10,7 +10,7 @@ PV .= "+git${SRCPV}"
10SRCBRANCH = "imx_5.4.70_2.3.0" 10SRCBRANCH = "imx_5.4.70_2.3.0"
11SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ 11SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \
12" 12"
13SRCREV = "f1d7187f261ebf4b8a2a70d638d4bfc0a9b26c29" 13SRCREV = "2a26786460edd4f0ec3111e7027c93c57fc572c1"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16