summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2014-11-14 11:46:36 -0600
committerVishal Mahaveer2014-11-14 11:46:36 -0600
commitd0b1d21809b85a9a17479846c05501ddc212f365 (patch)
treed32d45a1964a75e9b947984eecd461a9b68c3208 /fastboot.sh
parent294adf78701f277987efcb18c4380b7b3e29882c (diff)
downloaddevice-ti-jacinto6evm-d0b1d21809b85a9a17479846c05501ddc212f365.tar.gz
device-ti-jacinto6evm-d0b1d21809b85a9a17479846c05501ddc212f365.tar.xz
device-ti-jacinto6evm-d0b1d21809b85a9a17479846c05501ddc212f365.zip
jacinto6evm: update fastboot script for J6 EVM
Update fastboot script to keep 7" panel as default for J6 EVM boards. Change-Id: I26099079fa92b1b01b7da7d1e9d704ad263d08ab Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'fastboot.sh')
-rwxr-xr-xfastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 967901d..4f06e90 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -81,7 +81,7 @@ fi
81if [ ${cpu} = "J6ECO" ]; then 81if [ ${cpu} = "J6ECO" ]; then
82 environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb" 82 environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb"
83else 83else
84 environment="${PRODUCT_OUT}dra7-evm-lcd10.dtb" 84 environment="${PRODUCT_OUT}dra7-evm-lcd7.dtb"
85fi 85fi
86 86
87# Create the filename 87# Create the filename