summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-01-12 13:39:54 -0600
committerPraneeth Bajjuri2018-01-12 13:39:54 -0600
commitb189c0cfa6602f118bafc3b90ae903357eb774b3 (patch)
treed7d6d80a6cca32ce5cc59a4986005d9e4c8b01af
parent838965b9c32b8eb005eefcec72112793a90ab45c (diff)
downloaddevice-ti-jacinto6evm-b189c0cfa6602f118bafc3b90ae903357eb774b3.tar.gz
device-ti-jacinto6evm-b189c0cfa6602f118bafc3b90ae903357eb774b3.tar.xz
device-ti-jacinto6evm-b189c0cfa6602f118bafc3b90ae903357eb774b3.zip
jacinto6evm: fastboot.sh: remove oem spid-oreo-r6-core-released-oreo-r6-core-k49-release
core release supports emmc ( which is default when we do oem format). hence removing unsupported oem spi. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-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