Corrected code comment

Signed-off-by: arhabd <arhabodey@proton.me>
This commit is contained in:
arhabd 2025-03-16 09:00:27 -04:00
parent b76041c76c
commit 654c38f7c4
No known key found for this signature in database
GPG Key ID: 80B5422334276BBB

View File

@ -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,))