Skip to content
Snippets Groups Projects
Commit 56b80c0a authored by Leah Rowe's avatar Leah Rowe
Browse files

download/coreboot: rename function for clarity

parent ee79d8ba
Branches
No related merge requests found
......@@ -61,14 +61,14 @@ fetch_coreboot_trees()
fi
for board in ${boards}; do
rm -f resources/coreboot/*/seen
download_for_board "${board}"
download_coreboot_for_board "${board}"
[ -f build_error ] && break
done
rm -f resources/coreboot/*/seen
}
download_for_board()
download_coreboot_for_board()
{
_board="${1}"
cbtree="undefined"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment