From: Youngjae Cho Date: Wed, 15 Jul 2020 08:49:14 +0000 (+0900) Subject: Fix boot.so filename to bootmode.so X-Git-Tag: submit/tizen/20200715.095135^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8871e0b33a00267dafabf2eec8b5dac33eff183a;p=platform%2Fcore%2Fapi%2Fdevice.git Fix boot.so filename to bootmode.so Change-Id: Ib2fbb965ac2da820d5e5313480498db5c9926187 Signed-off-by: Youngjae Cho --- diff --git a/src/booting-internal.c b/src/booting-internal.c index 8aefed4..e558fce 100644 --- a/src/booting-internal.c +++ b/src/booting-internal.c @@ -20,7 +20,7 @@ #include "common.h" -#define BOOT_SO_PATH "/usr/lib/deviced/boot.so" +#define BOOT_SO_PATH "/usr/lib/deviced/bootmode.so" //LCOV_EXCL_START Not used function int device_get_reboot_mode(void)