summaryrefslogtreecommitdiff
path: root/fastboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot.sh')
-rwxr-xr-xfastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 2908b61..598212c 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -72,7 +72,7 @@ if [ ${cputype} = "EMU" ] || [ ${cputype} = "HS" ]; then
fi
# If fastboot does not support getvar default to GP
-if [ ${cputype} = "" ]; then
+if [ ${cputype} = "" ] || [ ${cputype} = "GP" ]; then
cputype="GP"
xloader="${PRODUCT_OUT}${cputype}_MLO"
fi