download/coreboot: fix misnamed function

fsdg20230625
Leah Rowe 2023-05-15 02:39:29 +01:00
parent 86512e84be
commit 00cafd7022
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ download_coreboot_for_board()
fi fi
} }
fetch_coreboot_coreboot() fetch_coreboot_config()
{ {
while true; do while true; do
cbrevision="undefined" cbrevision="undefined"