summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-05 12:54:28 -0800
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-05 13:00:24 -0800
commit351f7e0fe897e1aa14107721110f194bd964dd82 (patch)
tree79e418c05e8a8e121a39673b6856ed0f4c068482 /bsp
parentbc41a2c70d97bc7dd685d3f29c70a389aa38ea8b (diff)
Add HiFive1 RevB to update-targets script
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'bsp')
-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 8f094e5..3d7296f 100755
--- a/bsp/update-targets.sh
+++ b/bsp/update-targets.sh
@@ -29,7 +29,7 @@ done
if [[ "$CUSTOM_PATH" == "" && "$CUSTOM_NAME" == "" && "$DTSFILE" == "" ]]
then
TARGET_LIST="$(ls -d coreip*) "
- TARGET_LIST+="sifive-hifive1 freedom-e310-arty "
+ TARGET_LIST+="sifive-hifive1 sifive-hifive1-revb freedom-e310-arty "
else
if [[ ! -f "$DTSFILE" && "$DTSFILE" != "*.dts" ]]
then