summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/b.bat
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/b.bat')
-rwxr-xr-xBeagleBoardPkg/b.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/BeagleBoardPkg/b.bat b/BeagleBoardPkg/b.bat
index 7fa4ee6910..d7136b3846 100755
--- a/BeagleBoardPkg/b.bat
+++ b/BeagleBoardPkg/b.bat
@@ -32,7 +32,7 @@ SET TARGET=DEBUG
SET BUILD_ROOT=%WORKSPACE%\Build\BeagleBoard\%TARGET%_%TARGET_TOOLS%
@REM Build the Beagle Board firmware and creat an FD (FLASH Device) Image.
-CALL build -p BeagleBoardPkg\BeagleBoardPkg.dsc -a ARM -t RVCT31 -b %TARGET% %1 %2 %3 %4 %5 %6 %7 %8
+CALL build -p BeagleBoardPkg\BeagleBoardPkg.dsc -a ARM -t %TARGET_TOOLS% -b %TARGET% %1 %2 %3 %4 %5 %6 %7 %8
@if ERRORLEVEL 1 goto Exit
@if /I "%1"=="CLEAN" goto Clean