From 13f8cce1bf9cdbf7ffd78672d732924a425841fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Fri, 17 Jan 2025 13:24:11 +0100 Subject: [PATCH] modules/coreboot: set Dasharo coreboot fork rev to the main dasharo branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kopeć --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 5793983fe..2b93cca1c 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -94,7 +94,7 @@ $(eval $(call coreboot_module,purism,24.02.01)) # MSI and NovaCustom NV4xPZ, NS5xPU, V560TU boards are based on Dasharo # coreboot fork, based on upstream coreboot version 24.02 coreboot-dasharo_repo := https://github.com/dasharo/coreboot -coreboot-dasharo_commit_hash := 94e5f5d5b808cf8d8fd5c70d4ef6a08a054f8986 +coreboot-dasharo_commit_hash := 048ca832325d716fcab596822b10f5d493fc2312 $(eval $(call coreboot_module,dasharo,24.02.01)) #coreboot-dasharo_patch_version := unreleased