Config_tools: Update ramdisk logic

Update the ramdisk config logic.

Tracked-On: #6038
Signed-off-by: Kunhui Li <kunhuix.li@intel.com>
Reviewed-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Kunhui Li 2021-05-20 01:39:56 -04:00 committed by wenlingz
parent b8ef1a87be
commit a1f12d2931
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@
<xsl:value-of select="acrn:initializer('name', concat($quot, name, $quot))" />
<xsl:value-of select="acrn:initializer('kernel_type', kern_type)" />
<xsl:value-of select="acrn:initializer('kernel_mod_tag', concat($quot, kern_mod, $quot))" />
<xsl:value-of select="acrn:initializer('ramdisk_mod_tag', concat($quot, ramdisk_mod, $quot))" />
<xsl:if test="kern_load_addr">
<xsl:value-of select="acrn:initializer('kernel_load_addr', kern_load_addr)" />
</xsl:if>