diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-20 06:49:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-20 06:49:59 +0100 |
commit | d245e0b1b4ad8d44be4b5350b8af2dbec7d8ba03 (patch) | |
tree | 38d2d2558377127bb274f8821b6a8c28bb97013a /script/build | |
parent | fac62a8c585f99cce089a89a519770655a26eaec (diff) |
consistent naming for src/pico-serprog
don't ever name it rpi-pico-serprog
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/serprog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/serprog b/script/build/serprog index 43251acd..93ea9302 100755 --- a/script/build/serprog +++ b/script/build/serprog @@ -22,7 +22,7 @@ main() platform="rp2040" boards_dir=${pico_sdk_dir}/src/boards/include/boards [ -d "${pico_src_dir}/" ] || \ - x_ ./update trees -f "rpi-pico-serprog" + x_ ./update trees -f "pico-serprog" elif [ "${1}" = "stm32" ]; then platform="stm32" boards_dir=${stm32_src_dir}/boards |