Skip to content

Commit cc74a4c

Browse files
committed
Get interleave_enable from ZZ MRW
The tag name changed at some point, updating our parser to reflect that. Change-Id: Ia712f149fe05fd9615636155ce31596b35b90613 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37807 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent aae9c45 commit cc74a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/usr/targeting/common/genHwsvMrwXml.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@
460460

461461
# Note - if below attribute is specified with im-id, it will not get
462462
# set into the output
463-
if( exists $reqPol->{'mss_interleave_enable'} )
463+
if( exists $reqPol->{'mss_mrw_interleave_enable'} )
464464
{
465465
push @systemAttr, ['MSS_INTERLEAVE_ENABLE',
466-
$reqPol->{'mss_interleave_enable'}];
466+
$reqPol->{'mss_mrw_interleave_enable'}];
467467
}
468468

469469

0 commit comments

Comments
 (0)