diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-02-09 09:39:42 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-02-22 10:40:36 -0600 |
| commit | 129353f905a8731527ee7fcc2bbf9c805165d8b7 (patch) | |
| tree | c018ad8f6fd71337bad1e3d3219577673958e460 /src/import/hwpf | |
| parent | 7188e5ae6798aebf5376a01521681c9035b21053 (diff) | |
| download | blackbird-hostboot-129353f905a8731527ee7fcc2bbf9c805165d8b7.tar.gz blackbird-hostboot-129353f905a8731527ee7fcc2bbf9c805165d8b7.zip | |
Fix privileged typo in attribute xml
Change-Id: Ic831309ef90d457af64592031d67a169004bd991
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24112
Tested-by: Jenkins Server
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24536
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml index 382f93c32..b17282c1b 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml @@ -7,7 +7,7 @@ <!-- --> <!-- EKB Project --> <!-- --> -<!-- COPYRIGHT 2015 --> +<!-- COPYRIGHT 2015,2016 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -33,7 +33,7 @@ CUMULUS = 0x6 </enum> <platInit/> - <privledged/> + <privileged/> </attribute> <!-- ********************************************************************* --> <attribute> |

