summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-01-12 13:30:14 -0600
committerPraneeth Bajjuri2018-01-12 13:30:14 -0600
commita07158ca417cca2b7d02d8a779e0748d213aa502 (patch)
tree61761a0f4e13f77eb4b956d29aa1aa5fa53e8b55 /fastboot.sh
parent5fec7016eda890dfdaa799b827fde5b019c16da0 (diff)
downloaddevice-ti-am57xevm-a07158ca417cca2b7d02d8a779e0748d213aa502.tar.gz
device-ti-am57xevm-a07158ca417cca2b7d02d8a779e0748d213aa502.tar.xz
device-ti-am57xevm-a07158ca417cca2b7d02d8a779e0748d213aa502.zip
am57xevm: fastboot.sh: update script based on current bootloader
with 2017.01+ bootloader we 1. need not do oem emmc ( default oem format does emmc ) 2. oem spi is not supported updating fastboot script accordingly Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
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....."