diff options
-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 |