From d81a17af31ab45299540c584fe21ae2948d66746 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Apr 2021 11:18:33 -0500 Subject: [PATCH] imx-atf: Upgrade to 2.4 Signed-off-by: Tom Hochstein (cherry picked from commit 8acd449c06a0a51dd0b9e177ec8016e2226b3bb5) --- recipes-bsp/imx-atf/{imx-atf_2.2.bb => imx-atf_2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-bsp/imx-atf/{imx-atf_2.2.bb => imx-atf_2.4.bb} (94%) diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb similarity index 94% rename from recipes-bsp/imx-atf/imx-atf_2.2.bb rename to 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 @@ -# Copyright (C) 2017-2020 NXP +# Copyright (C) 2017-2021 NXP DESCRIPTION = "i.MX ARM Trusted Firmware" SECTION = "BSP" @@ -10,7 +10,7 @@ PV .= "+git${SRCPV}" SRCBRANCH = "imx_5.4.70_2.3.0" SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ " -SRCREV = "f1d7187f261ebf4b8a2a70d638d4bfc0a9b26c29" +SRCREV = "2a26786460edd4f0ec3111e7027c93c57fc572c1" S = "${WORKDIR}/git" -- 2.40.1