diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-26 00:25:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-26 00:25:13 +0100 |
commit | fa6c3512d683554c84d0b5f335607be118cdf9c9 (patch) | |
tree | 7811390ac5353c91a0ed33409ca820bb7243dca5 /include | |
parent | 574fd30cdea0d9b53200ed3dc9260ebd65ad0fab (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/rom.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index 30d07d28..ef6cf516 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -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 |