summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2016-06-14 15:14:38 -0400
committerPraneeth Bajjuri <praneeth@ti.com>2017-11-28 15:02:34 -0600
commit24ce7cdbd5bfcfa0113e5c26351cef0936cd09cd (patch)
tree54bcbcc54cddf0a4251dc242c30e937818de556c
parenta35e0aa406c88cbb3c1b28cef1d4118881eaaf2e (diff)
downloadam57xevm-24ce7cdbd5bfcfa0113e5c26351cef0936cd09cd.tar.gz
am57xevm: update fastboot script for latest u-boot
dra7xx_hs_evm_config/am57x_hs_evm_config in 2016.05 u-boot generates images with different name. Update fastboot script to reflect the same. Change-Id: Ie9a98189163449497cf4bad15030437d5eb2a16b Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rwxr-xr-xfastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh
index d25ac0c..3b71e9f 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -69,7 +69,7 @@ boardrev=`${FASTBOOT} getvar board_rev 2>&1 | grep board_rev | awk '{print$2}'
# Make EMU = HS
if [ ${cputype} = "EMU" ] || [ ${cputype} = "HS" ]; then
cputype="HS"
- xloader="${PRODUCT_OUT}${cputype}_QSPI_MLO"
+ xloader="${PRODUCT_OUT}u-boot-spl_HS_X-LOADER"
uboot="${PRODUCT_OUT}${cputype}_u-boot.img"
# If fastboot does not support getvar default to GP
elif [ ${cputype} = "" ] || [ ${cputype} = "GP" ]; then