diff options
author | Vishal Mahaveer | 2014-10-22 10:35:54 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2014-10-22 10:35:54 -0500 |
commit | 03f3b8a7af7d8f6634ffad215dee7b6cbe909565 (patch) | |
tree | 67011c53c33e1c67cab670dc3f6b56ffec06f872 | |
parent | 39419b8607ce30c60d78955a2d19181f5025471d (diff) | |
download | device-ti-jacinto6evm-03f3b8a7af7d8f6634ffad215dee7b6cbe909565.tar.gz device-ti-jacinto6evm-03f3b8a7af7d8f6634ffad215dee7b6cbe909565.tar.xz device-ti-jacinto6evm-03f3b8a7af7d8f6634ffad215dee7b6cbe909565.zip |
jacinto6evm: update fastboot script for kernel 3.14
Update dtb file names for kernel 3.14
Change-Id: I83193b8eda5341d235efb7a9382916b6e82ca705
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rwxr-xr-x | fastboot.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/fastboot.sh b/fastboot.sh index 598212c..967901d 100755 --- a/fastboot.sh +++ b/fastboot.sh | |||
@@ -79,17 +79,11 @@ fi | |||
79 | 79 | ||
80 | # Based on cpu, decide the dtb to flash, default fall back to J6 | 80 | # Based on cpu, decide the dtb to flash, default fall back to J6 |
81 | if [ ${cpu} = "J6ECO" ]; then | 81 | if [ ${cpu} = "J6ECO" ]; then |
82 | environment="${PRODUCT_OUT}dra72-evm.dtb" | 82 | environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb" |
83 | else | 83 | else |
84 | environment="${PRODUCT_OUT}dra7-evm.dtb" | 84 | environment="${PRODUCT_OUT}dra7-evm-lcd10.dtb" |
85 | fi | 85 | fi |
86 | 86 | ||
87 | # Special case to flash dtb for 10" panel board | ||
88 | if [ "$1" = "--revg" ] && [ ${cpu} = "J6" ]; then | ||
89 | environment="${PRODUCT_OUT}dra7-evm-g.dtb" | ||
90 | fi | ||
91 | |||
92 | |||
93 | # Create the filename | 87 | # Create the filename |
94 | bootimg="${PRODUCT_OUT}boot.img" | 88 | bootimg="${PRODUCT_OUT}boot.img" |
95 | uboot="${PRODUCT_OUT}u-boot.img" | 89 | uboot="${PRODUCT_OUT}u-boot.img" |