From fd3745c179af986f91112571f0c69bbfbbf44361 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 09:44:45 -0500 Subject: [PATCH] modules/coreboot: t480; do not reuse 24.02.01 coreboot buildtack, since its not sharing the same coreboot buildstack (something 25.X.X, need to check) Signed-off-by: Thierry Laurion --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 7de21fb4..1aad36d7 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -101,7 +101,7 @@ $(eval $(call coreboot_module,dasharo,24.02.01)) # T480 may or may not need a specific coreboot rev since it may or may not yet be yet included in the release referenced above coreboot-t480_repo := https://review.coreboot.org/coreboot.git coreboot-t480_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a -$(eval $(call coreboot_module,t480,24.02.01)) +$(eval $(call coreboot_module,t480,)) # Check that the board configured the coreboot version correctly ifeq "$(CONFIG_COREBOOT_VERSION)" ""