diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2021-10-05 18:42:06 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-05 19:59:08 +0200 |
commit | 853b54c976fd250c45f0e5ec8439ee9dec21a2fd (patch) | |
tree | 713b0865ccc6e6b276c743570067e124e7359dc9 | |
parent | d9d4b37ba4a5c40f1f876321ddbcf72c0de47efb (diff) |
msm8996-common: rootdir: Correct post_boot parsed ramdisk entrylineage-19.1lineage-18.1
Change-Id: Iab807c96af55d224eed9c9d98305446633520b91
-rw-r--r-- | rootdir/etc/init.zuk.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.zuk.rc b/rootdir/etc/init.zuk.rc index 8349e05..df6a69e 100644 --- a/rootdir/etc/init.zuk.rc +++ b/rootdir/etc/init.zuk.rc @@ -37,7 +37,7 @@ on charger write /sys/devices/soc/74a4900.sdhci/mmc_host/mmc1/clk_scaling/enable 1 write /sys/devices/soc/${ro.boot.bootdevice}/pm_qos_irq_enable 1 -on sys.post_boot.parsed=1 +on property:vendor.post_boot.parsed=1 # Enable MMC powersaving write /sys/devices/soc/${ro.boot.bootdevice}/mmc_host/mmc0/clk_scaling/enable 1 write /sys/devices/soc/74a4900.sdhci/mmc_host/mmc1/clk_scaling/enable 1 |