From fa6c3512d683554c84d0b5f335607be118cdf9c9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 26 Sep 2025 00:25:13 +0100 Subject: 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 --- include/rom.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1