Dmitry Zhadinets has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/87194?usp=email )
Change subject: libflashrom: Fix dynamic linkage ......................................................................
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 --- M libflashrom.map 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/94/87194/1
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;