mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
rom.sh: remove TODO note
the return is necessary when release=n while doing release builds, because it prevents a build error since the given images don't exist in that scenario. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -120,7 +120,6 @@ check_coreboot_util()
|
||||
|
||||
coreboot_pad_one_byte()
|
||||
{
|
||||
# TODO: why is this if block here? can i remove it?
|
||||
if [ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user