download/coreboot: consistent function declaration
parent
c32ae5979f
commit
342e846f28
|
@ -68,8 +68,8 @@ fetch_coreboot_trees()
|
|||
rm -f resources/coreboot/*/seen
|
||||
}
|
||||
|
||||
download_for_board() {
|
||||
|
||||
download_for_board()
|
||||
{
|
||||
_board="${1}"
|
||||
cbtree="undefined"
|
||||
cbrevision="undefined"
|
||||
|
|
Loading…
Reference in New Issue