SPM: Remove SFN model partition stack in level 1
In isolation level 1, the stack of partition in SFN model
is not used.
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Change-Id: Id3f1f3f4de043b24b006cde12f0712b4acc51452
diff --git a/tools/tfm_parse_manifest_list.py b/tools/tfm_parse_manifest_list.py
index 3a2c049..a66b210 100644
--- a/tools/tfm_parse_manifest_list.py
+++ b/tools/tfm_parse_manifest_list.py
@@ -379,6 +379,7 @@
partition_context = {}
partition_context['utilities'] = context['utilities']
+ partition_context['config_impl'] = context['config_impl']
manifesttemplate = ENV.get_template(os.path.join(sys.path[0], 'templates/manifestfilename.template'))
memorytemplate = ENV.get_template(os.path.join(sys.path[0], 'templates/partition_intermedia.template'))