summaryrefslogtreecommitdiff
path: root/bsp/update-targets.sh
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-04-30 16:59:29 +0000
committerGitHub <noreply@github.com>2019-04-30 16:59:29 +0000
commit0c75c6a612a1620bf1ffe82cd5c77ef9a8369045 (patch)
tree1a11e4304b06fbee9c0e525d81c0789530dfba35 /bsp/update-targets.sh
parenta351dc8d6aaf1a10be9a08e66c78c37126833d6a (diff)
parent8cd756c200cb13c036115a4b851b94f686cf3a3a (diff)
Merge pull request #235 from sifive/u54-rtl
Add Multicore Support
Diffstat (limited to 'bsp/update-targets.sh')
-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