mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
rom.sh: unset displaymode on normal initmode
Otherwise, you get "normal_normal" in the image name. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -94,6 +94,7 @@ mkcorebootbin()
|
||||
$dry x_ cp "$srcdir/build/coreboot.rom" "$tmprom"
|
||||
|
||||
initmode="${defconfig##*/}"; displaymode="${initmode##*_}"
|
||||
[ "$displaymode" = "$initmode" ] && displaymode="" # "normal" config
|
||||
initmode="${initmode%%_*}"
|
||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user