refactor(sgi): replace build-option prefix with "NRD"
As of now, CSS_SGI_PLATFORM_VARIANT and CSS_SGI_CHIP_COUNT are the
external build option that "sgi platforms" support. As "sgi" has been
renamed to "neoverse_rd", replace the prefix "CSS_SGI" with "NRD".
Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com>
Change-Id: I3ef01fedd6d955631bf39a3bf31c741cdeadf1cc
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index d9053bd..5f51275 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2024, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -252,7 +252,7 @@
#
# System Guidance for Infrastructure platform RD-E1Edge
#
-make $(common_flags) PLAT=rde1edge ${ARM_TBB_OPTIONS} CSS_SGI_CHIP_COUNT=1 all
+make $(common_flags) PLAT=rde1edge ${ARM_TBB_OPTIONS} NRD_CHIP_COUNT=1 all
#
# Reference Design platform RD-V1
@@ -262,7 +262,7 @@
#
# Reference Design platform RD-V1-MC
#
-make $(common_flags) PLAT=rdv1mc ${ARM_TBB_OPTIONS} CSS_SGI_CHIP_COUNT=4 all
+make $(common_flags) PLAT=rdv1mc ${ARM_TBB_OPTIONS} NRD_CHIP_COUNT=4 all
#
# Reference Design Platform RD-N2