mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +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:
@@ -114,8 +114,8 @@
|
||||
</xsl:call-template>
|
||||
|
||||
<xsl:call-template name="boolean-by-key-value">
|
||||
<xsl:with-param name="key" select="'PSRAM_ENABLED'" />
|
||||
<xsl:with-param name="value" select="PSRAM/PSRAM_ENABLED" />
|
||||
<xsl:with-param name="key" select="'SSRAM_ENABLED'" />
|
||||
<xsl:with-param name="value" select="SSRAM/SSRAM_ENABLED" />
|
||||
</xsl:call-template>
|
||||
|
||||
<xsl:call-template name="boolean-by-key-value">
|
||||
|
||||
Reference in New Issue
Block a user