summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamlesh Gurudasani <kamlesh@ti.com>2023-10-04 21:19:50 +0530
committerRyan Eatmon <reatmon@ti.com>2023-10-05 12:10:11 -0500
commitc225b6d31544ef037128cefa4b3b5c655cc6d5ce (patch)
tree522a9be949833c92167ce1d30e774633dab09d2d
parent6fe2ea45e66f481faf99ddc113cc946531cd0783 (diff)
downloadmeta-ti-c225b6d31544ef037128cefa4b3b5c655cc6d5ce.tar.gz
trusted-firmware-a: Update to sha fixing deep sleep on AM62x
Update to commit d7a7135d32a8c7da004c0c19b75bd4e2813f9759, which fixes deep sleep bug on AM62x https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=d7a7135d32a8c7da004c0c19b75bd4e2813f9759 Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Tested-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc
index 64bfec67..b2787005 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc
@@ -1,5 +1,5 @@
1PV:k3 = "2.9+git${SRCPV}" 1PV:k3 = "2.9+git${SRCPV}"
2SRCREV_tfa:k3 = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122" 2SRCREV_tfa:k3 = "d7a7135d32a8c7da004c0c19b75bd4e2813f9759"
3SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" 3SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master"
4COMPATIBLE_MACHINE:k3 = "k3" 4COMPATIBLE_MACHINE:k3 = "k3"
5TFA_BUILD_TARGET:k3 = "all" 5TFA_BUILD_TARGET:k3 = "all"