Fix boot.so filename to bootmode.so accepted/tizen/unified/20200716.144614 submit/tizen/20200715.095135
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 15 Jul 2020 08:49:14 +0000 (17:49 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 15 Jul 2020 08:49:14 +0000 (17:49 +0900)
Change-Id: Ib2fbb965ac2da820d5e5313480498db5c9926187
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/booting-internal.c

index 8aefed4..e558fce 100644 (file)
@@ -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)