summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2016-06-14 15:14:38 -0400
committerVishal Mahaveer <vishalm@ti.com>2016-06-14 15:16:04 -0400
commit630f7d6ff294d610929a3ee1a0cc8a4eac245e6b (patch)
treee54a426cd8ed760597925c77a170a5f3e3a4cad0
parent8dd3383484dd953a688ba41ac390511170b0815e (diff)
downloadjacinto6evm-630f7d6ff294d610929a3ee1a0cc8a4eac245e6b.tar.gz
jacinto6evm: update fastboot script for latest u-boot
dra7xx_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>
-rwxr-xr-xfastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh
index e670332..9bbf297 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