summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-06-19 15:26:02 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-06-19 15:27:52 -0700
commit713237cb963ebf81aca0715d8a770fdbe5d71cb9 (patch)
treee7bbef441fefaf9ec34f641552f59c6c7d82f1c1
parent0d6aad1a8c3b806716add4b5bb6954984d508ab3 (diff)
update-targets updates everything in the bsp folder
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-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 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" ]