diff options
Diffstat (limited to 'bsp/update-targets.sh')
-rwxr-xr-x | bsp/update-targets.sh | 2 |
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 |