From 6ff43de0e0d9918c66fc2ba9dc4a156a96be8b66 Mon Sep 17 00:00:00 2001 From: Dmitry Zhadinets Date: Sun, 6 Apr 2025 17:06:14 -0400 Subject: [PATCH] libflashrom: Fix dynamic linkage flashrom_set_log_level was not added to the map file Testing: Both unit tests and CLI tools serve as libflashrom clients. All unit tests run successfully. Change-Id: Iaa9f50d79364cd3ba8242e4faea7612c88e7053c Signed-off-by: Dmitry Zhadinets Reviewed-on: https://review.coreboot.org/c/flashrom/+/87194 Tested-by: build bot (Jenkins) Reviewed-by: Peter Marheine Reviewed-by: Anastasia Klimchuk --- libflashrom.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libflashrom.map b/libflashrom.map index 4ab9ac91b..a12a95c43 100644 --- a/libflashrom.map +++ b/libflashrom.map @@ -25,6 +25,7 @@ LIBFLASHROM_1.0 { flashrom_programmer_shutdown; flashrom_set_log_callback; flashrom_set_log_callback_v2; + flashrom_set_log_level; flashrom_set_progress_callback; flashrom_set_progress_callback_v2; flashrom_shutdown;