build/roms: remove redundant check
cros roms are always using libgfxinit, with a coreboot framebuffer, so the "normal" initmode is never used. Signed-off-by: Leah Rowe <leah@libreboot.org>9020vga
parent
d5f8f6572e
commit
33695a56ae
|
@ -376,8 +376,6 @@ build_uboot_roms()
|
||||||
{
|
{
|
||||||
tmprom="$(mkUbootRom "${cbrom}" "fallback/payload")"
|
tmprom="$(mkUbootRom "${cbrom}" "fallback/payload")"
|
||||||
newrom="${romdir}/uboot_payload_${board}_${initmode}_${displaymode}.rom"
|
newrom="${romdir}/uboot_payload_${board}_${initmode}_${displaymode}.rom"
|
||||||
[ "${initmode}" = "normal" ] && \
|
|
||||||
newrom="${romdir}/uboot_payload_${board}_${initmode}.rom"
|
|
||||||
x_ moverom "${tmprom}" "${newrom}"
|
x_ moverom "${tmprom}" "${newrom}"
|
||||||
x_ rm -f "${tmprom}"
|
x_ rm -f "${tmprom}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue