Platform: Make UART1 non-secure by default
Make UART1 non-secure peripheral by default, which can
be switched to secure using a compile time switch for
demonstration purposes.
Change-Id: I834b7d9a2b42ce55e14ee9f06e244420c9e6ac5b
Signed-off-by: Miklos Balint <miklos.balint@arm.com>
diff --git a/CommonConfig.cmake b/CommonConfig.cmake
index 8fa700d..74f7d79 100755
--- a/CommonConfig.cmake
+++ b/CommonConfig.cmake
@@ -85,6 +85,9 @@
add_definitions(-DTARGET_MUSCA_A)
endif()
+# Option to demonstrate usage of secure-only peripheral
+set (SECURE_UART1 OFF)
+
if (REGRESSION)
set(SERVICES_TEST_ENABLED ON)
else()