From 0e4ed772f19fba7f9a65c4cbf8df932733f15004 Mon Sep 17 00:00:00 2001 From: Satya Durga Srinivasu Prabhala Date: Thu, 16 Jul 2015 12:46:47 -0700 Subject: [PATCH] common: init: load SLPI images as part of early boot This change will make sure SLPI gets loaded early and available by the time sensor daemon gets started. Change-Id: Idc31ffd038a72a8b16b8dbc0c2426ff830382661 --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9f2cfb89..3c012bdb 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -49,6 +49,7 @@ on early-boot write /sys/module/pil_msa/parameters/modem_auth_timeout_ms ${persist.sys.modem_auth_timeout} write /sys/module/peripheral_loader/parameters/proxy_timeout_ms ${persist.sys.pil_proxy_timeout} write /sys/kernel/boot_adsp/boot 1 + write /sys/kernel/boot_slpi/boot 1 exec u:r:qti_init_shell:s0 -- /init.qcom.early_boot.sh on boot