From f2aa4e882b7769851ae9089a0be1fd77f8de50cf Mon Sep 17 00:00:00 2001 From: Chris Kay Date: Tue, 23 Apr 2019 16:31:06 +0100 Subject: [PATCH] plat/sgm: Always use SCMI for SGM platforms As on SGI platforms, SCPI is unsupported on SGM platforms. Change-Id: I556ed095b9eb55b72447230ee2725d3c76160a08 Signed-off-by: Chris Kay --- plat/arm/css/sgm/sgm-common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat/arm/css/sgm/sgm-common.mk b/plat/arm/css/sgm/sgm-common.mk index 34e78b2f4..ac34450a7 100644 --- a/plat/arm/css/sgm/sgm-common.mk +++ b/plat/arm/css/sgm/sgm-common.mk @@ -4,6 +4,8 @@ # SPDX-License-Identifier: BSD-3-Clause # +CSS_USE_SCMI_SDS_DRIVER := 1 + CSS_SGM_BASE := plat/arm/css/sgm PLAT_INCLUDES := -I${CSS_SGM_BASE}/include