Anastasia Klimchuk submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Peter Marheine: Looks good to me, approved Anastasia Klimchuk: Looks good to me, approved
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 <dzhadinets@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/87194
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
---
M libflashrom.map
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libflashrom.map b/libflashrom.map
index 4ab9ac9..a12a95c 100644
--- a/libflashrom.map
+++ b/libflashrom.map
@@ -25,6 +25,7 @@
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;

To view, visit change 87194. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Iaa9f50d79364cd3ba8242e4faea7612c88e7053c
Gerrit-Change-Number: 87194
Gerrit-PatchSet: 2
Gerrit-Owner: Dmitry Zhadinets <dzhadinets@gmail.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Peter Marheine <pmarheine@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>