mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 16:42:17 +02:00
roms: remove unnecessary assignment to cbdir
cbdir isn't used in this script Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -101,7 +101,6 @@ configure_target()
|
|||||||
|
|
||||||
x_ ./update trees -b coreboot $board
|
x_ ./update trees -b coreboot $board
|
||||||
|
|
||||||
cbdir="src/coreboot/$tree"
|
|
||||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||||
[ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree
|
[ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user