Build: Export all FP configs into spe_config.cmake

NS integration can set up the whole set of coprocessor configs via
spe_config.cmake.
NS integration doesn't have to include cp_config_default.cmake to
complete the CP settings. Make NS integration with FP enabled more
convenient and robust.

Signed-off-by: Dávid Házi <david.hazi@arm.com>
Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: Id66c495015c4561c565dbffecdc283d65a3cd2a9
diff --git a/cmake/install.cmake b/cmake/install.cmake
index d8e4bca..eb3b001 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -213,8 +213,7 @@
 
 ######################### Export common configurations #########################
 
-install(FILES       ${CMAKE_SOURCE_DIR}/config/cp_config_default.cmake
-                    ${CMAKE_SOURCE_DIR}/config/cp_check.cmake
+install(FILES       ${CMAKE_SOURCE_DIR}/config/cp_check.cmake
         DESTINATION ${INSTALL_CONFIG_DIR})
 
 ###################### Install NS platform sources #############################