SST: Update CMakeLists.inc and documentation
This patch updates CMakeLists.inc to print out information
about the SST flags selected in cmake execution phase.
It also adds a missing check for SST_ENABLE_PARTIAL_ASSET_RW
and updates the SST integration guide to document
SST_ENABLE_PARTIAL_ASSET_RW flag.
Change-Id: I5dd71d37380da2365daa3c8295c3c4d00cd2c09a
Signed-off-by: Marc Moreno <marc.morenoberengue@arm.com>
diff --git a/CommonConfig.cmake b/CommonConfig.cmake
index 954fce8..0aaf3ff 100755
--- a/CommonConfig.cmake
+++ b/CommonConfig.cmake
@@ -184,6 +184,7 @@
#Default TF-M secure storage flags.
#These flags values can be overwritten by setting them in platform/ext/<TARGET_NAME>.cmake
+#Documentation about these flags can be found in docs/user_guides/services/tfm_sst_integration_guide.md
if (NOT DEFINED ENABLE_SECURE_STORAGE)
set (ENABLE_SECURE_STORAGE ON)