From 2318681f91f940d0ee26370023c0d3a5cba25857 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Fri, 4 Aug 2023 22:26:49 +0200 Subject: [PATCH] modules/coreboot: update rev to Dasharo v.0.7.0 release for RC Talos II The diff between these two commits is literally a change in defconfig, so no actual change in terms of codebse from heads perspective, since heads is maintaining defconfig on it's now. Signed-off-by: Maciej Pijanowski --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 43e69d3ea..51db5583e 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -44,7 +44,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.19" else ifeq "$(CONFIG_COREBOOT_VERSION)" "talos_2" coreboot_version = git coreboot_patch_version = talos_2 - coreboot_commit_hash = c8aed443c631042ad2b0326c35cd0b774752b924 + coreboot_commit_hash = fc47236e9877f4113dfcce07fa928f52d4d2c8ee coreboot_repo := https://github.com/Dasharo/coreboot else ifeq "$(CONFIG_COREBOOT_VERSION)" "purism"