From bb05cb5f06f3b0fb926be0faebf189b57e0b7c81 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 22 Sep 2026 19:49:37 +0100 Subject: rom.sh: properly cook coreboot configs new mkhelper variable added: cook_config Signed-off-by: Leah Rowe --- config/data/coreboot/mkhelper.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index a81db2bf..f7122f9c 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -31,3 +31,4 @@ cbfscfg="" premake="corebootpremake" mkhelper="$if_not_dry_build coreboot_pad_one_byte" postmake="$if_not_dry_build mkcorebootbin" +cook_config="$if_not_dry_build cook_coreboot_config" -- cgit v1.2.1