diff options
author | Vishal Mahaveer | 2014-11-14 11:46:36 -0600 |
---|---|---|
committer | Vishal Mahaveer | 2014-11-14 11:46:36 -0600 |
commit | d0b1d21809b85a9a17479846c05501ddc212f365 (patch) | |
tree | d32d45a1964a75e9b947984eecd461a9b68c3208 | |
parent | 294adf78701f277987efcb18c4380b7b3e29882c (diff) | |
download | device-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>
-rwxr-xr-x | fastboot.sh | 2 |
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 | |||
81 | if [ ${cpu} = "J6ECO" ]; then | 81 | if [ ${cpu} = "J6ECO" ]; then |
82 | environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb" | 82 | environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb" |
83 | else | 83 | else |
84 | environment="${PRODUCT_OUT}dra7-evm-lcd10.dtb" | 84 | environment="${PRODUCT_OUT}dra7-evm-lcd7.dtb" |
85 | fi | 85 | fi |
86 | 86 | ||
87 | # Create the filename | 87 | # Create the filename |