summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-23 11:43:36 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-23 11:43:36 +0000
commit33695a56aefe9e7375cbf3f59e2c51604a8f99a2 (patch)
tree406a465910c2bb45ef108c68491f4ad47f3348ff /script
parentd5f8f6572e29dbe68ca8e787cdab3aa55e25eb01 (diff)
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>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/roms2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/build/roms b/script/build/roms
index 066c5b2e..8be690aa 100755
--- a/script/build/roms
+++ b/script/build/roms
@@ -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}"
}