mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
vendor.sh: remove unnecessary cbfstool check
the trees script already performs this check Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -69,7 +69,6 @@ bootstrap()
|
||||
[ -n "$MRC_refcode_cbtree" ] && \
|
||||
cbfstoolref="elf/cbfstool/$MRC_refcode_cbtree/cbfstool" && \
|
||||
x_ ./update trees -b coreboot utils $MRC_refcode_cbtree
|
||||
[ -f "$cbfstool" ] && [ -f "$ifdtool" ] && return 0
|
||||
x_ ./update trees -b coreboot utils $tree
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user