* [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error
@ 2018-07-20 10:53 Guo, Mang
0 siblings, 0 replies; only message in thread
From: Guo, Mang @ 2018-07-20 10:53 UTC (permalink / raw)
To: edk2-devel@lists.01.org; +Cc: Wei, David
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-20 10:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 10:53 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix build script error Guo, Mang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox