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:
Yonghua Huang
2021-05-17 10:49:43 +08:00
committed by wenlingz
parent c9982e8c7e
commit 9facbb43b3
18 changed files with 42 additions and 42 deletions

View File

@@ -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">