refactor(sgi): replace all references to "sgi" within scripts
Currently, some of the platform utility scripts use "sgi" as a prefix to
name certain variables. As these platforms have moved away from "sgi",
update the prefix to "nrd" for the same.
Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com>
Change-Id: I0fa094e6d6fb08972b3c7d246b3b9341b50fa2ab
diff --git a/run_config/fvp-linux.nrd b/run_config/fvp-linux.nrd
index 946c00c..e822b83 100644
--- a/run_config/fvp-linux.nrd
+++ b/run_config/fvp-linux.nrd
@@ -6,8 +6,8 @@
#
fetch_tf_resource() {
- image="kernel" type="sgi-busybox" get_boot_image
- image="initrd" type="sgi-ramdisk" get_boot_image
+ image="kernel" type="nrd-busybox" get_boot_image
+ image="initrd" type="nrd-ramdisk" get_boot_image
url="$nrd_prebuilts/grub-busybox.img" saveas="busybox.bin" fetch_file
url="$nrd_prebuilts/ramdisk-busybox.img" saveas="ramdisk.bin" fetch_file