diff --git a/plat/arm/board/sgm775/tsp/tsp-sgm775.mk b/plat/arm/board/sgm775/tsp/tsp-sgm775.mk new file mode 100644 index 0000000..129b586 --- /dev/null +++ b/plat/arm/board/sgm775/tsp/tsp-sgm775.mk @@ -0,0 +1,7 @@ +# +# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved. +# +# SPDX-License-Identifier: BSD-3-Clause +# + +include plat/arm/css/sgm/tsp/tsp-sgm.mk \ No newline at end of file diff --git a/plat/arm/css/sgm/include/sgm_base_platform_def.h b/plat/arm/css/sgm/include/sgm_base_platform_def.h index 8581844..4ecfc96 100644 --- a/plat/arm/css/sgm/include/sgm_base_platform_def.h +++ b/plat/arm/css/sgm/include/sgm_base_platform_def.h @@ -134,11 +134,6 @@ #endif /* - * tspd support is conditional so enable this for CSS sgm platforms. - */ -#define SPD_tspd - -/* * PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current * SCP_BL2 size plus a little space for growth. */ diff --git a/plat/arm/css/sgm/tsp/tsp-sgm.mk b/plat/arm/css/sgm/tsp/tsp-sgm.mk index a9e4131..de5e5b7 100644 --- a/plat/arm/css/sgm/tsp/tsp-sgm.mk +++ b/plat/arm/css/sgm/tsp/tsp-sgm.mk @@ -6,6 +6,6 @@ BL32_SOURCES += ${SGM_GIC_SOURCES} \ ${CSS_SGM_BASE}/sgm_plat_config.c \ - plat/arm/board/sgm/tsp/sgm_tsp_setup.c + plat/arm/css/sgm/tsp/sgm_tsp_setup.c include plat/arm/common/tsp/arm_tsp.mk