]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/msa2inf/LoadMsa.py
Sync BaseTools Branch (version r2321) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / Python / msa2inf / LoadMsa.py
index 4995f2cd0c2e26cf6f12700bd4790bb8bca50ec4..52f4b2d12f4c763ea706b03d1efd65facf8b4b72 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # Open an MSA file and load all its contents to a ModuleClass object.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -68,9 +68,9 @@ def LoadModuleHeader(XmlMsa, MsaFileName):
     XmlTag = "ModuleSurfaceArea/Externs/PcdDriverTypes"\r
     ModuleHeader.PcdIsDriver = XmlElement(XmlMsa, XmlTag)\r
     \r
-    XmlTag = "ModuleSurfaceArea/Externs/TianoR8FlashMap_h"\r
+    XmlTag = "ModuleSurfaceArea/Externs/TianoEdkFlashMap_h"\r
     if XmlElement(XmlMsa, XmlTag).lower() == "true":\r
-        ModuleHeader.TianoR8FlashMap_h = True\r
+        ModuleHeader.TianoEdkFlashMap_h = True\r
 \r
     XmlTag = "ModuleSurfaceArea/Externs/Specification"\r
     for Specification in XmlElementList(XmlMsa, XmlTag):\r