diff options
| author | Willi Ye <williye97@gmail.com> | 2016-09-08 22:52:02 +0200 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-16 17:42:13 -0500 |
| commit | 55bfa6633e8169cee2eda60e6e8207633ac960e4 (patch) | |
| tree | c3be4d90df97a3bd95eb0356c916a939dc07f965 | |
| parent | 0606bd303bf404e69df69c33bd030e9a4b5613f7 (diff) | |
g5: rootdir: Actually start low power
Change-Id: Ia1d308b0b04bd2123b4363683757287177d12348
| -rw-r--r-- | rootdir/etc/init.qcom.power.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index faf57ca..433f5d4 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -156,7 +156,7 @@ on enable-low-power # Starting io prefetcher service start iop -on class_start:late_start +on property:sys.boot_completed=1 trigger enable-low-power on property:dev.bootcomplete=1 |
