vendor.sh: correction (s/scancfg/scan_config)

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-20 02:07:35 +01:00
parent d65e4fac1d
commit 5a4fc97c63
+1 -1
View File
@@ -35,7 +35,7 @@ vendor_download()
boarddir="$cbcfgsdir/$board"
_b="${board%%_*mb}" # shorthand (no duplication per rom size)
getcfg && scancfg "$_b" "config/vendor" && bootstrap && getfiles
getcfg && scan_config "$_b" "config/vendor" && bootstrap && getfiles
}
getcfg()