diff options
Diffstat (limited to 'bsp/update-targets.sh')
-rwxr-xr-x | bsp/update-targets.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index 198cd5a..e080bb0 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" ] |