summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-20 14:16:24 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-20 14:16:24 +0100
commit9dcc57a1a94604682d52108d7dcd27a15703874c (patch)
tree7a67926c07066a3454dd94e325a3d17793c9da40 /include
parent076c87ccf68f7fe5a3998e8cd8edd2033a2f2ef0 (diff)
remove straggler (test code)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/fw/rom.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh
index 20ac2604..839eaf0d 100644
--- a/include/fw/rom.sh
+++ b/include/fw/rom.sh
@@ -376,9 +376,6 @@ cbfs()
lzma="-c lzma -l 0x1110000 -e 0x1110000"
fi
- if [ $# -lt 2 ]; then
- echo TEST
- fi
x_ "$cbfstool" "$1" $ccmd -f "$2" -n "$3" $lzma
}