summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-11-14 18:19:48 -0600
committerVishal Mahaveer <vishalm@ti.com>2017-11-14 18:19:48 -0600
commit9c40f543daf390ce9f894b1379ed6a2a8afe45d7 (patch)
treed030c2c0fb1f0f35ee2c25b3e18cca316c94fe6b
parent54e98268251de38663da10cd27c32612e12b5b55 (diff)
downloadjacinto6evm-d-oreo-r6-release.tar.gz
jacinto6evm: fastboot.sh: support multiple dra76 evm revisionsd-oreo-r6-release
There are multiple versions of dra76 boards (A, A.1), don't check for board revision in case of dra76. Change-Id: I0d9d685fa16c4c57ad29c11bdbe5156a328ba10f Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rwxr-xr-xfastboot.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 20d61b4..2dc0b82 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -95,13 +95,11 @@ elif [ ${cpu} = "DRA752" ]; then
environment="${PRODUCT_OUT}dra7-evm-lcd-lg.dtb"
fi
elif [ ${cpu} = "DRA762" ]; then
- if [ ${boardrev} = "A" ]; then
- environment="${PRODUCT_OUT}dra76-evm.dtb"
- fi
+ environment="${PRODUCT_OUT}dra76-evm.dtb"
else
echo "CPU not detected, no matching dtb file found"
echo "flashing default dtb, Review and Reflash correct dtb"
- environment="${PRODUCT_OUT}dra7-evm-lcd-osd.dtb"
+ environment="${PRODUCT_OUT}dra7-evm-lcd-osd.dtb"
fi
# Create the filename