summaryrefslogtreecommitdiffstats
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
72fi 72fi
73 73
74# If fastboot does not support getvar default to GP 74# If fastboot does not support getvar default to GP
75if [ ${cputype} = "" ]; then 75if [ ${cputype} = "" ] || [ ${cputype} = "GP" ]; then
76 cputype="GP" 76 cputype="GP"
77 xloader="${PRODUCT_OUT}${cputype}_MLO" 77 xloader="${PRODUCT_OUT}${cputype}_MLO"
78fi 78fi