summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot.sh')
-rwxr-xr-xfastboot.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/fastboot.sh b/fastboot.sh
index ec6437c..3d99b0d 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -166,14 +166,6 @@ fi
166echo "Create GPT partition table" 166echo "Create GPT partition table"
167${FASTBOOT} oem format 167${FASTBOOT} oem format
168 168
169if [ ${boardrev} = "1" ]; then
170 echo "Setting target for bootloader to spi"
171 ${FASTBOOT} oem spi
172else
173 echo "Setting target for bootloader to emmc"
174 ${FASTBOOT} oem mmc
175fi
176
177sleep 3 169sleep 3
178 170
179echo "Flashing bootloader....." 171echo "Flashing bootloader....."