summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/BuildBios.bat
diff options
context:
space:
mode:
authorLu, ShifeiX A <shifeix.a.lu@intel.com>2017-06-16 10:48:51 +0800
committerzwei4 <david.wei@intel.com>2017-06-16 10:51:17 +0800
commit068005c1d5c3972c7c5ec5d9be13cedba87b9b6e (patch)
treeafdf03cd64a390e1d3ab635262caeaa59e03007c /Platform/BroxtonPlatformPkg/BuildBios.bat
parentbafde3df6a3e0fa8bacdd1248a5f3e14c7e17378 (diff)
downloadedk2-platforms-068005c1d5c3972c7c5ec5d9be13cedba87b9b6e.tar.xz
Build script.
Change build script. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/BuildBios.bat')
-rw-r--r--Platform/BroxtonPlatformPkg/BuildBios.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Platform/BroxtonPlatformPkg/BuildBios.bat b/Platform/BroxtonPlatformPkg/BuildBios.bat
index 5e06a984e2..b59e8ebe55 100644
--- a/Platform/BroxtonPlatformPkg/BuildBios.bat
+++ b/Platform/BroxtonPlatformPkg/BuildBios.bat
@@ -218,8 +218,8 @@ if "%Arch%"=="IA32" (
if "%Arch%"=="X64" (
findstr /b /v "BOARD_ID BUILD_TYPE" %PLATFORM_PACKAGE%\BiosId.env > Conf\BiosId.env
) else if "%Arch%"=="IA32" (
- findstr /b /v "BOARD_ID BUILD_TYPE OEM_ID" %PLATFORM_PACKAGE%\BiosId.env > Conf\BiosId.env
- echo OEM_ID = I32 >> Conf\BiosId.env
+ findstr /b /v "BOARD_ID BUILD_TYPE BOARD_EXT" %PLATFORM_PACKAGE%\BiosId.env > Conf\BiosId.env
+ echo BOARD_EXT = I32 >> Conf\BiosId.env
)
if /i "%~2" == "RELEASE" (