summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-08-26 16:20:55 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-13 16:22:29 -0500
commitb260ff28f93c32a7cf1abf2001903813ea09e8eb (patch)
treeab5a5688424c854edb3b0c218b7336d26b452c95 /src/usr/targeting/xmltohb
parented751d7dc757487c927f55518afe334b47d0c49a (diff)
downloadblackbird-hostboot-b260ff28f93c32a7cf1abf2001903813ea09e8eb.tar.gz
blackbird-hostboot-b260ff28f93c32a7cf1abf2001903813ea09e8eb.zip
HTMGT new attributes
Change-Id: I75860340800b28f83e53f020beea4bd71af6f38d RTC:114813 CMVC-Coreq: 938591 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13307 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/xmltohb')
-rwxr-xr-xsrc/usr/targeting/xmltohb/updatetargetxml.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/xmltohb/updatetargetxml.pl b/src/usr/targeting/xmltohb/updatetargetxml.pl
index 5c9f916cf..8d86159df 100755
--- a/src/usr/targeting/xmltohb/updatetargetxml.pl
+++ b/src/usr/targeting/xmltohb/updatetargetxml.pl
@@ -6,7 +6,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -41,6 +43,8 @@ use strict;
use XML::Simple;
use Data::Dumper;
+$XML::Simple::PREFERRED_PARSER = 'XML::Parser';
+
my $hb = "";
my $common = "";
my $usage = 0;
OpenPOWER on IntegriCloud