summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/BuildBxtBios.sh
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/BuildBxtBios.sh
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/BuildBxtBios.sh')
-rwxr-xr-xPlatform/BroxtonPlatformPkg/BuildBxtBios.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Platform/BroxtonPlatformPkg/BuildBxtBios.sh b/Platform/BroxtonPlatformPkg/BuildBxtBios.sh
index cf02ceb028..ef261e6818 100755
--- a/Platform/BroxtonPlatformPkg/BuildBxtBios.sh
+++ b/Platform/BroxtonPlatformPkg/BuildBxtBios.sh
@@ -136,8 +136,8 @@ if [ $BoardId == "MN" ]; then
BOARD_ID=MNW3
echo BOARD_ID = MINNOW3 >> $WORKSPACE/Conf/BiosId.env
elif [ $BoardId == "MX" ]; then
- BOARD_ID=MNXT
- echo BOARD_ID = MINNEXT >> $WORKSPACE/Conf/BiosId.env
+ BOARD_ID=M3MO
+ echo BOARD_ID = M3MODUL >> $WORKSPACE/Conf/BiosId.env
else
BOARD_ID=BEN1
echo BOARD_ID = BENSONV >> $WORKSPACE/Conf/BiosId.env