download/coreboot: rename function for clarity

fsdg20230625
Leah Rowe 2023-05-15 00:43:55 +01:00
parent e47aaa8ff0
commit c32ae5979f
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@ fetch_coreboot_trees()
fi
for board in ${boards}; do
rm -f resources/coreboot/*/seen
downloadfor "${board}"
download_for_board "${board}"
[ -f build_error ] && break
done
rm -f resources/coreboot/*/seen
}
downloadfor() {
download_for_board() {
_board="${1}"
cbtree="undefined"