SPM: Rename 'static info' into 'load info'

The 'static info' actually is the information for loading.
Change the name to 'load info', which is more proper.

Change-Id: Ief4a5abc1729cb25bdbefdb29cdd0dcb69a47737
Signed-off-by: Ken Liu <Ken.Liu@arm.com>
diff --git a/tools/tfm_parse_manifest_list.py b/tools/tfm_parse_manifest_list.py
index 68b5979..7393768 100644
--- a/tools/tfm_parse_manifest_list.py
+++ b/tools/tfm_parse_manifest_list.py
@@ -75,7 +75,7 @@
 
     manifesttemplate = ENV.get_template('secure_fw/partitions/manifestfilename.template')
     memorytemplate = ENV.get_template('secure_fw/partitions/partition_intermedia.template')
-    infotemplate = ENV.get_template('secure_fw/partitions/partition_static_info.template')
+    infotemplate = ENV.get_template('secure_fw/partitions/partition_load_info.template')
 
     pid_list = []
     no_pid_manifest_idx = []
@@ -116,7 +116,7 @@
         context['file_name'] = outfile_name.replace('.h', '')
         outfile_name = os.path.join(manifest_dir, "psa_manifest", outfile_name).replace('\\', '/')
         intermediafile_name = os.path.join(manifest_dir, "auto_generated", 'intermedia_' + context['file_name'] + '.c').replace('\\', '/')
-        infofile_name = os.path.join(manifest_dir, "auto_generated", 'static_info_' + context['file_name'] + '.c').replace('\\', '/')
+        infofile_name = os.path.join(manifest_dir, "auto_generated", 'load_info_' + context['file_name'] + '.c').replace('\\', '/')
 
         """
         Remove the `source_path` portion of the filepaths, so that it can be