summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat b/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat
index 134807ead1..01e56c5040 100644
--- a/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat
+++ b/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat
@@ -110,6 +110,8 @@ if /i "!Platform_Type!"=="MINN" (
set Platform_Type=MINN
) else if /i "!Platform_Type!"=="BENS" (
set Platform_Type=BENS
+) else if /i "!Platform_Type!"=="M3MO" (
+ set Platform_Type=M3MO
) else (
echo Error - Unsupported PlatformType: !Platform_Type!
goto Usage