summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfastboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 1be733f..240d410 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -82,6 +82,8 @@ fi
82if [ ${cpu} = "J6ECO" ]; then 82if [ ${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-lcd-osd.dtb"
85 elif [ ${boardrev} = "1.3A" ]; then
86 environment="${PRODUCT_OUT}am571x-idk-lcd-osd101t2587.dtb"
85 else 87 else
86 environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb" 88 environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb"
87 fi 89 fi