summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-06-16 11:42:13 -0500
committerRyan Eatmon <reatmon@ti.com>2022-06-20 12:32:57 -0500
commit26998f43077ff665e93e571a8d3afae859a28f42 (patch)
tree8281dde2fdb7de328d17efacaf01fe2992d5584b /recipes-bsp
parent2ec2daedd3dec8e35d21b8a4ac3141c9ab916a28 (diff)
downloadmeta-ti-26998f43077ff665e93e571a8d3afae859a28f42.tar.gz
trusted-firmware-a: Update to latest upstream master
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstream repo until there is a need for our fork. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 9f741e3a..9645137e 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,6 @@
1PV_k3 = "2.6" 1PV_k3 = "2.6"
2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" 2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
3BRANCH_k3 = "ti-atf" 3SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
4SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
5SRCREV_tfa_k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
6COMPATIBLE_MACHINE_k3 = "k3" 4COMPATIBLE_MACHINE_k3 = "k3"
7TFA_BUILD_TARGET_k3 = "all" 5TFA_BUILD_TARGET_k3 = "all"
8TFA_INSTALL_TARGET_k3 = "bl31" 6TFA_INSTALL_TARGET_k3 = "bl31"