rom.sh: unset displaymode on normal initmode
Otherwise, you get "normal_normal" in the image name. Signed-off-by: Leah Rowe <leah@libreboot.org>m920qwip
parent
f312e6026f
commit
eea9fc4097
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue