VAD: Sync with TF-M changes
The corstone300 platform has been reorganized in the following
change: I06bf37cdffb55d411d523b0635e8ac9c10f3fefa
Change-Id: I245df683ce5f01bdb36937b3070c8e0ecc9d42f5
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
diff --git a/examples/vad_an552/readme.rst b/examples/vad_an552/readme.rst
index d7ce86d..6dc6e83 100644
--- a/examples/vad_an552/readme.rst
+++ b/examples/vad_an552/readme.rst
@@ -161,7 +161,7 @@
For building TF-M's build system is used with the following mandatory CMAKE
flags::
- -DTFM_PLATFORM=arm/mps3/an552
+ -DTFM_PLATFORM=arm/mps3/corstone300/an552
-DNS_EVALUATION_APP_PATH=<path-to-tf-m-extras-repo>/examples/vad_an552/ns_side
-DTFM_EXTRA_PARTITION_PATHS=<path-to-tf-m-extras-repo>/partitions/vad_an552_sp/
-DTFM_EXTRA_MANIFEST_LIST_FILES=<path-to-tf-m-extras-repo>/partitions/vad_an552_sp/extra_manifest_list.yaml
@@ -272,4 +272,4 @@
-------------
-*Copyright (c) 2021-2022, Arm Limited. All rights reserved.*
+*Copyright (c) 2021-2023, Arm Limited. All rights reserved.*
diff --git a/partitions/vad_an552_sp/CMakeLists.txt b/partitions/vad_an552_sp/CMakeLists.txt
index efbf00a..63433e3 100644
--- a/partitions/vad_an552_sp/CMakeLists.txt
+++ b/partitions/vad_an552_sp/CMakeLists.txt
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
+# Copyright (c) 2021-2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -24,7 +24,7 @@
Libraries/systimer_armv8-m_timeout.c
native_drivers/i2c_sbcon_drv.c
native_drivers/audio_i2s_mps3_drv.c
- ${CMAKE_SOURCE_DIR}/platform/ext/target/arm/mps3/an552/native_drivers/systimer_armv8-m_drv.c
+ ${CMAKE_SOURCE_DIR}/platform/ext/target/arm/drivers/timer/armv8m/systimer_armv8-m_drv.c
vad_an552_device_definition.c
vad_an552_sp_main.c