SST: Rename SST(Secure STorage) to PS(Protected Storage)
This patches renames SST(Secure STorage) to
PS(Protected Storage) for files, folders and any contents
in files to align with the PSA Storage API spec.
Change-Id: Icf991f59512875780c159f22737b521b3b2d4924
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/platform/include/tfm_plat_nv_counters.h b/platform/include/tfm_plat_nv_counters.h
index 3588929..cff9972 100644
--- a/platform/include/tfm_plat_nv_counters.h
+++ b/platform/include/tfm_plat_nv_counters.h
@@ -27,9 +27,9 @@
#include "tfm_plat_defs.h"
enum tfm_nv_counter_t {
- PLAT_NV_COUNTER_0 = 0, /* Used by SST service */
- PLAT_NV_COUNTER_1, /* Used by SST service */
- PLAT_NV_COUNTER_2, /* Used by SST service */
+ PLAT_NV_COUNTER_0 = 0, /* Used by PS service */
+ PLAT_NV_COUNTER_1, /* Used by PS service */
+ PLAT_NV_COUNTER_2, /* Used by PS service */
#ifdef BL2
PLAT_NV_COUNTER_3, /* Used by bootloader */
PLAT_NV_COUNTER_4, /* Used by bootloader */