From 00d8f1ab5baa6c6517a69f185d3b7db068bf45ea Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 29 Sep 2017 11:59:53 -0500 Subject: Remove hack to force SYSTEM_VDM_DISABLE=1 on ZZ CMVC-Prereq: 1035267 CMVC-Prereq: 1035348 Change-Id: Ie97c7fcd30269d9257a688bde193bfc4a7cac9f3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46929 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/genHwsvMrwXml.pl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl index 042841266..62060a156 100755 --- a/src/usr/targeting/common/genHwsvMrwXml.pl +++ b/src/usr/targeting/common/genHwsvMrwXml.pl @@ -442,15 +442,13 @@ elsif ($reqPol->{'required_synch_mode'} eq 'undetermined') push @systemAttr, ['REQUIRED_SYNCH_MODE', 0]; } -#@fixme - Disabling VDM on ZZ # Handle the new name when/if it shows up in the xml # otherwise we'll just rely on the default value -#if ( exists $reqPol->{'system_vdm_disable'} ) -#{ -# push @systemAttr, ['SYSTEM_VDM_DISABLE', -# $reqPol->{'system_vdm_disable'}]; -#} -push @systemAttr, ['SYSTEM_VDM_DISABLE', 1]; +if ( exists $reqPol->{'system_vdm_disable'} ) +{ + push @systemAttr, ['SYSTEM_VDM_DISABLE', + $reqPol->{'system_vdm_disable'}]; +} if ( exists $reqPol->{'dpll_vdm_response'} ) -- cgit v1.2.1