summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common
diff options
context:
space:
mode:
authorlushifex <shifeix.a.lu@intel.com>2017-12-11 13:12:12 +0800
committerGuo Mang <mang.guo@intel.com>2017-12-12 09:48:34 +0800
commit1dbeea57a37f2cb450eb3bf3b8a13bc58c1f2701 (patch)
treed7d0d97c2bb7ddbd3fcc7e8892af3ee2d4ae55a4 /Platform/BroxtonPlatformPkg/Common
parent0174e9469377daf45ccc081a46032b91fa9f6205 (diff)
downloadedk2-platforms-1dbeea57a37f2cb450eb3bf3b8a13bc58c1f2701.tar.xz
Board Name.
Change board name on Minnowboard 3 and Minnowboard 3 Module. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common')
-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