mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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")"
|
||||
newrom="${romdir}/uboot_payload_${board}_${initmode}_${displaymode}.rom"
|
||||
[ "${initmode}" = "normal" ] && \
|
||||
newrom="${romdir}/uboot_payload_${board}_${initmode}.rom"
|
||||
x_ moverom "${tmprom}" "${newrom}"
|
||||
x_ rm -f "${tmprom}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user