summaryrefslogtreecommitdiff
path: root/include/fw
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 07:20:25 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 07:20:25 +0100
commitbf654d4c19852d6abebb69306e6411ae8ef643d0 (patch)
tree4456413d7d16fc4d5970dc052769b482426e6410 /include/fw
parent94ff1ec49a1038d17663ca1d03cf7786a7f9f136 (diff)
rom.sh: just remove the coreboot cook function
ccache isn't used at all in any of the configs ensuring that this remains the case is much cleaner. coreboot will never enable it by default, precisely because of how buggy it is. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/fw')
-rw-r--r--include/fw/rom.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh
index 0fb573ee..8a5dc895 100644
--- a/include/fw/rom.sh
+++ b/include/fw/rom.sh
@@ -65,9 +65,6 @@ corebootpremake()
[ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ] && \
return 0
- $if_not_dry_build \
- cook_coreboot_config
-
fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
printf "%s\n" "${version%%-*}" > "$srcdir/.coreboot-version" || \
@@ -77,14 +74,6 @@ corebootpremake()
x_ "$mk" download "$target"; :
}
-cook_coreboot_config()
-{
- if [ -z "$mode" ] && [ -f "$srcdir/.config" ]; then
- printf "CONFIG_CCACHE=n\n" >> "$srcdir/.config" || \
- err "can't cook '$srcdir'" "cook_coreboot_config" "$@"
- fi
-}
-
check_coreboot_util()
{
[ "$badhash" = "y" ] && \