summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Dandiga <vijay.dandiga@linaro.org>2014-12-10 22:45:48 +0530
committerVijay Dandiga <vijay.dandiga@linaro.org>2014-12-10 22:45:48 +0530
commitd89687da78b933c0597603c0c7c0a8f09fb66cbe (patch)
treebf66be6874edf315c81d6127c1b53012f720d9e2
parent3da0296e8c4235c9a8e5c5f81b8f1f66740825eb (diff)
Add support for the sink type tpiu
-rwxr-xr-xcommon/scripts/coresight-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/coresight-test.sh b/common/scripts/coresight-test.sh
index 483d22f..930b7aa 100755
--- a/common/scripts/coresight-test.sh
+++ b/common/scripts/coresight-test.sh
@@ -9,7 +9,7 @@ ls $CORESIGHT_PATH
echo -e "SOURCE\tSINK\tRESULT"
echo -e "------\t----\t------"
for SOURCE in `ls $CORESIGHT_PATH | egrep "etm|ptm"` ; do
- for SINK in `ls $CORESIGHT_PATH | grep etb` ; do
+ for SINK in `ls $CORESIGHT_PATH | egrep "etb|tpiu"` ; do
echo 1 > $CORESIGHT_PATH/$SINK/enable_sink