[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error

Guo, Mang posted 1 patch 5 years, 9 months ago
Failed in applying to current master (apply log)
BuildBIOS.sh                             | 1 -
Platform/BroxtonPlatformPkg/BuildIFWI.sh | 1 -
2 files changed, 2 deletions(-)
[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error
Posted by Guo, Mang 5 years, 9 months ago
FabId should not be controlled by /L option.

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: Guo Mang <mang.guo@intel.com>
---
 BuildBIOS.sh                             | 1 -
 Platform/BroxtonPlatformPkg/BuildIFWI.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/BuildBIOS.sh b/BuildBIOS.sh
index c7e1532..a99f77e 100755
--- a/BuildBIOS.sh
+++ b/BuildBIOS.sh
@@ -84,7 +84,6 @@ for (( i=1; i<=$#; ))
       Build_Flags="$Build_Flags /A"
       shift
     elif [ "$(echo $1 | tr 'a-z' 'A-Z')" == "/L" ]; then
-      FabId=A
       Build_Flags="$Build_Flags /L"
       shift
     else
diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.sh b/Platform/BroxtonPlatformPkg/BuildIFWI.sh
index 128d8d6..13fa292 100755
--- a/Platform/BroxtonPlatformPkg/BuildIFWI.sh
+++ b/Platform/BroxtonPlatformPkg/BuildIFWI.sh
@@ -91,7 +91,6 @@ for (( i=1; i<=$#; ))
       Build_Flags="$Build_Flags /A"
       shift
     elif [ "$(echo $1 | tr 'a-z' 'A-Z')" == "/L" ]; then
-      FabId=A
       Build_Flags="$Build_Flags /L"
       shift
     else
-- 
2.10.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel