Skip to content

Commit fe69a40

Browse files
tomi-fontnashif
authored andcommitted
modules: tf-m: fix innocuous build warning
This removes the TF-M CMake warning "Actual TF-M version is not available from Git repository. Settled to v2.1.0" which always got triggered because Zephyr's TF-M repo does not have the upstream Git tags. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 46167e3 commit fe69a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ manifest:
327327
groups:
328328
- crypto
329329
- name: trusted-firmware-m
330-
revision: f8d3a903578192d226ac1552f383d95b94ee8780
330+
revision: 826c4a97053264d45a4fd76755f947b6b3a573f3
331331
path: modules/tee/tf-m/trusted-firmware-m
332332
groups:
333333
- tee

0 commit comments

Comments
 (0)