diff --git a/templates/FVP.adapter.json b/templates/FVP.adapter.json index ee249a0..b69f504 100644 --- a/templates/FVP.adapter.json +++ b/templates/FVP.adapter.json @@ -33,7 +33,7 @@ "<% else if (typeof config.args === 'string' && config.args.trim().length > 0) { %>", "<%= config.args.trim().split(/\\s+/).join('\\n') %>\n", "<% } %>", - "<% const files = symbol_files.map(s => s.file) %>", + "<% const files = image_files.map(s => s.file) %>", "<% for (const file of files) { %>", "-a", "<%= file %>\n", "<% } %>"