FabId should not be controlled by /L option. Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Guo Mang <[email protected]> --- 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 [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

