From 1dbeea57a37f2cb450eb3bf3b8a13bc58c1f2701 Mon Sep 17 00:00:00 2001 From: lushifex Date: Mon, 11 Dec 2017 13:12:12 +0800 Subject: Board Name. Change board name on Minnowboard 3 and Minnowboard 3 Module. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Platform/BroxtonPlatformPkg/Common') 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 -- cgit v1.2.3