From 654c38f7c4c210f668a101f9cfdb698ad3691fa8 Mon Sep 17 00:00:00 2001 From: arhabd Date: Sun, 16 Mar 2025 09:00:27 -0400 Subject: [PATCH] Corrected code comment Signed-off-by: arhabd --- modules/coreboot | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/coreboot b/modules/coreboot index a7e22943..476c315c 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -109,10 +109,8 @@ coreboot-24.12_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a #Don't reuse any coreboot buildstack for now since nothing else is based on 24.12 $(eval $(call coreboot_module,24.12,)) -# d16 15h fork could use the 4.15 toolchain, but d16 is alone consuming it, so -# there is no point preparing another coreboot module that won't be shared with -# anything. -# Pointing to https://git.15h.org/mrothfuss/coreboot-15h/src/branch/4.11-tpm-measured-boot latest commit as of 20250129 +# 15h fork is based on 4.11. So crossgcc buildstack could be reused for librem_l1um here once more. +# 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,))