mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 18:19:57 +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()
|
coreboot_pad_one_byte()
|
||||||
{
|
{
|
||||||
# TODO: why is this if block here? can i remove it?
|
|
||||||
if [ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ]; then
|
if [ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user