mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: Remove unnecessary check
_dest is already checked in the calling function fetch(), after extract_tbfw() has been called. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -245,7 +245,6 @@ extract_sch5545ec()
|
||||
extract_tbfw()
|
||||
{
|
||||
chkvars TBFW_size && fe_ copy_tbfw "$appdir" -type f -name "TBT.bin"
|
||||
[ -f "$_dest" ] || err "$board: Could not extract tbfw"; :
|
||||
}
|
||||
|
||||
copy_tbfw()
|
||||
|
||||
Reference in New Issue
Block a user