summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2016-07-06 11:46:47 -0400
committerVishal Mahaveer <vishalm@ti.com>2016-07-13 18:27:59 -0400
commit7c4e82eafb1a019dfa4e03b16d7818f93aa51420 (patch)
tree501bc6a343362e5ed0951a4c60f2304772884ab3
parentac154e07fd53345a0d51dd68b41125a450c10bfb (diff)
downloadjacinto6evm-7c4e82eafb1a019dfa4e03b16d7818f93aa51420.tar.gz
jacinto6evm: update fastboot script for J6 ECO Rev C
Update the dtb file name for Rev-C based on latest kernel. Change-Id: I0543a7553e576ced594a7ea6637748f2c06a1e9f 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 18a68d3..cd8cf45 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -81,7 +81,7 @@ fi
# Based on cpu, decide the dtb to flash, default fall back to J6 and LCD 10
if [ ${cpu} = "J6ECO" ]; then
if [ ${boardrev} = "C" ]; then
- environment="${PRODUCT_OUT}dra72-evm-lcd-osd.dtb"
+ environment="${PRODUCT_OUT}dra72-evm-revc-lcd-osd101t2045.dtb"
else
environment="${PRODUCT_OUT}dra72-evm-lcd-lg.dtb"
fi