From 2d32517ce64886f154c6d509f80d0fcde05dc498 Mon Sep 17 00:00:00 2001 From: Rohit Mathew Date: Tue, 20 Feb 2024 16:01:34 +0000 Subject: [PATCH] feat(sgi): remove unused SGI_PLAT build-option Currently, the common makefile has reference to "SGI_PLAT" build-option. This however is not set by any of the platforms that makes use of the common makefile. Therefore, remove the unused SGI_PLAT build-option. Signed-off-by: Rohit Mathew Change-Id: I6cc0b8d87222c7b3aef998774cee964a920cceb6 --- plat/arm/css/sgi/sgi-common.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/plat/arm/css/sgi/sgi-common.mk b/plat/arm/css/sgi/sgi-common.mk index efa3cc6a5..717e14964 100644 --- a/plat/arm/css/sgi/sgi-common.mk +++ b/plat/arm/css/sgi/sgi-common.mk @@ -58,8 +58,6 @@ ifneq (${RESET_TO_BL31},0) Please set RESET_TO_BL31 to 0.") endif -$(eval $(call add_define,SGI_PLAT)) - $(eval $(call add_define,CSS_SGI_CHIP_COUNT)) $(eval $(call add_define,CSS_SGI_PLATFORM_VARIANT))