mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
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>
This commit is contained in:
@@ -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}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user