mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +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()
|
extract_tbfw()
|
||||||
{
|
{
|
||||||
chkvars TBFW_size && fe_ copy_tbfw "$appdir" -type f -name "TBT.bin"
|
chkvars TBFW_size && fe_ copy_tbfw "$appdir" -type f -name "TBT.bin"
|
||||||
[ -f "$_dest" ] || err "$board: Could not extract tbfw"; :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_tbfw()
|
copy_tbfw()
|
||||||
|
|||||||
Reference in New Issue
Block a user