summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbsp/update-targets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh
index b79b5f5..0ae3ff4 100755
--- a/bsp/update-targets.sh
+++ b/bsp/update-targets.sh
@@ -34,7 +34,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 "
+ TARGET_LIST+="sifive-hifive1 sifive-hifive1-revb freedom-e310-arty sifive-hifive-unleashed "
else
if [ ! -f "$DTSFILE" -a "$DTSFILE" != "*.dts" ]
then