summaryrefslogtreecommitdiff
path: root/bsp/update-targets.sh
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-06-21 16:36:57 +0000
committerGitHub <noreply@github.com>2019-06-21 16:36:57 +0000
commit0f5761d7d32edddf93f302f52b903e8acca08c5e (patch)
tree46ff4106f51fb6d5f682cf6af73ef1a4ab5f147e /bsp/update-targets.sh
parenteecf71d7cf0ec12997dbceffde190b1086595908 (diff)
parent713237cb963ebf81aca0715d8a770fdbe5d71cb9 (diff)
Merge pull request #287 from sifive/remove-coreip-bsps
Remove all CoreIP BSPs
Diffstat (limited to 'bsp/update-targets.sh')
-rwxr-xr-xbsp/update-targets.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh
index fe9458a..81b48a3 100755
--- a/bsp/update-targets.sh
+++ b/bsp/update-targets.sh
@@ -42,8 +42,7 @@ done
if [ "$CUSTOM_PATH" == "" -a "$CUSTOM_NAME" == "" -a "$DTSFILE" == "" ]
then
- TARGET_LIST="$(ls -d coreip*) "
- TARGET_LIST+="sifive-hifive1 sifive-hifive1-revb freedom-e310-arty sifive-hifive-unleashed "
+ TARGET_LIST="$(ls -d */) "
else
file "$DTSFILE"
if [ ! -f "$DTSFILE" ]