modules/coreboot: bump commit hash for Talos

Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
This commit is contained in:
Krystian Hebel 2023-03-30 20:28:06 +02:00
parent a76e8e58c0
commit 4edd71c5aa
No known key found for this signature in database
GPG Key ID: 6CD35B07297B3CF9

View File

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