mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
config-tool: rename PSRARM to SSRAM
'psram' and 'PSRAM' are legacy names and replaced with 'ssram' and 'SSRAM' respectively. Tracked-On: #6012 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
@@ -191,7 +191,7 @@ def swsram_base_gpa_gen(config):
|
||||
|
||||
"""
|
||||
scenario_etree = lxml.etree.parse(common.SCENARIO_INFO_FILE)
|
||||
enabled = scenario_etree.xpath("//PSRAM_ENABLED")
|
||||
enabled = scenario_etree.xpath("//SSRAM_ENABLED")
|
||||
if enabled and enabled[0].text == "y":
|
||||
pre_rt_vms = scenario_etree.xpath("//vm/vm_type[text() ='PRE_RT_VM']")
|
||||
if pre_rt_vms:
|
||||
|
Reference in New Issue
Block a user