diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-07 13:08:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-07 13:08:23 -0300 |
commit | 9b49dac8842d83734ca411974755562b667ca48f (patch) | |
tree | 0ffae3cb23615f31e05cd53f64e568d0fb94cd3f | |
parent | cf9ac2872e75b800f66389347754eb7923834517 (diff) | |
parent | 2163533774ec019a9f5abbcbf434d1a5ae6e4bca (diff) | |
download | meta-freescale-9b49dac8842d83734ca411974755562b667ca48f.tar.gz |
Merge pull request #2243 from Freescale/backport-2239-to-styhead
[Backport styhead] imx-atf: Bump revision to 78a14c75a
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.10.bb b/recipes-bsp/imx-atf/imx-atf_2.10.bb index ec4088dc..ce84929d 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.10.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.10.bb | |||
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf_v2.10" | 11 | SRCBRANCH = "lf_v2.10" |
12 | SRCREV = "1b27ee3edbb40ef9432c69ccaa744d1ac5d54c5d" | 12 | SRCREV = "78a14c75a06dea39036c44ae0f9d23acc7bcaef2" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||