From 40d86b6d09a64ebc32f14605e8a33e05da961547 Mon Sep 17 00:00:00 2001 From: arhabd Date: Mon, 17 Mar 2025 05:35:57 -0400 Subject: [PATCH] reuse 4.11 buildstack when building d16 Signed-off-by: arhabd --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index d30d1f38..22a78919 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -117,7 +117,7 @@ $(eval $(call coreboot_module,24.12,)) # Pointing to https://git.15h.org/mrothfuss/coreboot-15h/src/branch/4.11-tpm-measured-boot latest commit as of 20250316 coreboot-15h_repo := https://git.15h.org/mrothfuss/coreboot-15h.git coreboot-15h_commit_hash := 1c529657c0c1221f1c63dd8cd1fd096c7821de9c -$(eval $(call coreboot_module,15h,)) +$(eval $(call coreboot_module,15h,4.11)) # Check that the board configured the coreboot version correctly