1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

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>
This commit is contained in:
Dmitry Zhadinets 2025-04-06 17:06:14 -04:00 committed by Anastasia Klimchuk
parent f163f1c692
commit 6ff43de0e0

View File

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