Build: Remove include of cp_config_default.cmake
CP configs are passed to NS by exporthing them all in spe_config.cmake.
Unnecessory for NS integration to include cp_config_default.cmake. It
will be more convenient for NS integration.
Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: Ia95d230d059b54aed315c34804d2804891a41c0b
diff --git a/tests_reg/CMakeLists.txt b/tests_reg/CMakeLists.txt
index 13a8f08..39bb5f2 100644
--- a/tests_reg/CMakeLists.txt
+++ b/tests_reg/CMakeLists.txt
@@ -32,8 +32,6 @@
include(${CONFIG_SPE_PATH}/cmake/spe_config.cmake)
# Platform abilities for example IRQ test support status
include(${CONFIG_SPE_PATH}/platform/config.cmake OPTIONAL)
-# Include coprocessor configs
-include(${CONFIG_SPE_PATH}/config/cp_config_default.cmake)
include(${TFM_TOOLCHAIN_FILE})
project(tfm_ns LANGUAGES C ASM)