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