download/coreboot: consistent function declaration

fsdg20230625
Leah Rowe 2023-05-15 00:44:26 +01:00
parent c32ae5979f
commit 342e846f28
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ fetch_coreboot_trees()
rm -f resources/coreboot/*/seen
}
download_for_board() {
download_for_board()
{
_board="${1}"
cbtree="undefined"
cbrevision="undefined"