summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfastboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 2dc0b82..ccf91e3 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -156,8 +156,8 @@ fi
156echo "Create GPT partition table" 156echo "Create GPT partition table"
157${FASTBOOT} oem format 157${FASTBOOT} oem format
158 158
159echo "Setting target for bootloader to SPI" 159# echo "Setting target for bootloader to SPI"
160${FASTBOOT} oem spi 160# ${FASTBOOT} oem spi
161 161
162sleep 3 162sleep 3
163 163