From 4edd71c5aaedb1ad027f92c8cc94893c01cbf880 Mon Sep 17 00:00:00 2001 From: Krystian Hebel Date: Thu, 30 Mar 2023 20:28:06 +0200 Subject: [PATCH] modules/coreboot: bump commit hash for Talos Signed-off-by: Krystian Hebel --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 36af5a91..d6f1740d 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -37,7 +37,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.17" EXTRA_FLAGS := -fdebug-prefix-map=$(pwd)=heads -gno-record-gcc-switches -Wno-error=packed-not-aligned -Wno-error=address-of-packed-member else ifeq "$(CONFIG_COREBOOT_VERSION)" "talos_2" coreboot_version = git - coreboot_commit_hash = 2207bbcccba31ad89cf21607b0d8d05d8dc47c03 + coreboot_commit_hash = b2d4cc237c51b84c0b465976a56c6deb21b9f263 coreboot_repo := https://github.com/Dasharo/coreboot else