summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf/imx-atf_2.4.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-05-16 18:10:27 -0300
committerGitHub <noreply@github.com>2022-05-16 18:10:27 -0300
commit9615f4e7892c66b2724c3f25b65696785b02df37 (patch)
tree971107276031422199eda1179b23b787bba6c082 /recipes-bsp/imx-atf/imx-atf_2.4.bb
parent7d6441d30d3f47b74238b479241c94b5e89a08e8 (diff)
parentdc3cb910f49fc50de9539902b4ecef159603b426 (diff)
downloadmeta-freescale-9615f4e7892c66b2724c3f25b65696785b02df37.tar.gz
Merge pull request #1089 from thochstein/imx-atf
imx-atf: Suppress array-bounds error
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.4.bb')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb
index dd7182890..86dca9ddd 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.4.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
9 9
10SRCBRANCH = "lf_v2.4" 10SRCBRANCH = "lf_v2.4"
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 file://0001-alsa-state-Remove-PCM-devices-mapped-by-5.15-kernel.patch"
13SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" 13SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"