diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-20 11:41:50 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-21 10:29:21 +0000 |
commit | 82da363670daa341e4ecaca66528194e91b8030e (patch) | |
tree | c21dd758ca8891c884177879a469b245fec64cc7 | |
parent | 53650cefee8914fa9c2736ff9011558f22dbdfe1 (diff) | |
download | meta-freescale-82da363670daa341e4ecaca66528194e91b8030e.tar.gz |
recipes-bsp: imx-atf: Upgrade to new NXP BSP LF6.6.36_2.1.0
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit bd5299898ec83d04978a056f2a3e3d1ef105e910)
-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 caa521617..04826b4cb 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 = "49143a1701d9ccd3239e3f95f3042897ca889ea8" | 12 | SRCREV = "28affcae957cb8194917b5246276630f9e6343e1" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||