mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 14:32:42 +02:00
rom.sh: simplify rmodtool copy handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -72,8 +72,7 @@ check_coreboot_util()
|
||||
|
||||
x_ mkdir -p "$utilelfdir"
|
||||
x_ cp "$utilsrcdir/$1" "$utilelfdir"
|
||||
[ "$1" = "cbfstool" ] || return 0
|
||||
x_ cp "$utilsrcdir/rmodtool" "$utilelfdir"
|
||||
[ "$1" = "cbfstool" ] && x_ cp "$utilsrcdir/rmodtool" "$utilelfdir"; :
|
||||
}
|
||||
|
||||
coreboot_pad_one_byte()
|
||||
|
||||
Reference in New Issue
Block a user