diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-01-31 11:24:53 -0800 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-02-11 15:33:33 -0800 |
commit | 9fbff1434211e4e6e3e0fa18316eeadc484b2986 (patch) | |
tree | 9c5b79b5c9550576c57bca1174d1499297357fbc /bsp | |
parent | 30837cf2279ec60989898a0d8ef5a1934bd443c0 (diff) |
Minor cleanup
Diffstat (limited to 'bsp')
-rwxr-xr-x | bsp/update-targets.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index 049cbb1..8f094e5 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -7,7 +7,6 @@ $0: BSP Generator for the SiFive Freedom E SDK --target-name Specify bsp target name. --sdk-path=* The path to the freedom-e-sdk clone directory, public or private. --target-dts=*.dts The path to the target device tree that will be used. - --ipdelivery-tgz=*.tar.gz The path to the ipdelivery that will be used. EOF } @@ -82,7 +81,6 @@ update_target() { echo "" } -echo $PWD for TARGET in $TARGET_LIST do update_target $TARGET |