diff options
author | Vishal Mahaveer | 2016-07-06 10:46:47 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2016-07-13 17:27:59 -0500 |
commit | 7c4e82eafb1a019dfa4e03b16d7818f93aa51420 (patch) | |
tree | 501bc6a343362e5ed0951a4c60f2304772884ab3 | |
parent | ac154e07fd53345a0d51dd68b41125a450c10bfb (diff) | |
download | device-ti-jacinto6evm-7c4e82eafb1a019dfa4e03b16d7818f93aa51420.tar.gz device-ti-jacinto6evm-7c4e82eafb1a019dfa4e03b16d7818f93aa51420.tar.xz device-ti-jacinto6evm-7c4e82eafb1a019dfa4e03b16d7818f93aa51420.zip |
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-x | fastboot.sh | 2 |
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 | |||
81 | # Based on cpu, decide the dtb to flash, default fall back to J6 and LCD 10 | 81 | # Based on cpu, decide the dtb to flash, default fall back to J6 and LCD 10 |
82 | if [ ${cpu} = "J6ECO" ]; then | 82 | if [ ${cpu} = "J6ECO" ]; then |
83 | if [ ${boardrev} = "C" ]; then | 83 | if [ ${boardrev} = "C" ]; then |
84 | environment="${PRODUCT_OUT}dra72-evm-lcd-osd.dtb" | 84 | environment="${PRODUCT_OUT}dra72-evm-revc-lcd-osd101t2045.dtb" |
85 | else | 85 | else |
86 | environment="${PRODUCT_OUT}dra72-evm-lcd-lg.dtb" | 86 | environment="${PRODUCT_OUT}dra72-evm-lcd-lg.dtb" |
87 | fi | 87 | fi |