summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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