[NFC] Disable SE_CHIP_EN for P1.0
Bug: 298424645 Test: manual Change-Id: I9b005cfdc9d2a1a7f88f1b4ff985952c9d9b6571
This commit is contained in:
parent
9683f1157a
commit
deaa1f4162
3 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
|
||||||
on init
|
on init
|
||||||
# eSE streset tool name
|
# eSE streset tool name
|
||||||
setprop persist.vendor.se.streset libstreset24
|
setprop persist.vendor.se.streset libstreset24
|
||||||
|
# No se_chip_en for P1.0
|
||||||
|
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||||
|
setprop persist.vendor.se.reset.chip_en false
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# Wait for insmod_sh to finish all common modules
|
# Wait for insmod_sh to finish all common modules
|
||||||
|
|
|
@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
|
||||||
on init
|
on init
|
||||||
# eSE streset tool name
|
# eSE streset tool name
|
||||||
setprop persist.vendor.se.streset libstreset24
|
setprop persist.vendor.se.streset libstreset24
|
||||||
|
# No se_chip_en for P1.0
|
||||||
|
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||||
|
setprop persist.vendor.se.reset.chip_en false
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# Wait for insmod_sh to finish all common modules
|
# Wait for insmod_sh to finish all common modules
|
||||||
|
|
|
@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
|
||||||
on init
|
on init
|
||||||
# eSE streset tool name
|
# eSE streset tool name
|
||||||
setprop persist.vendor.se.streset libstreset24
|
setprop persist.vendor.se.streset libstreset24
|
||||||
|
# No se_chip_en for P1.0
|
||||||
|
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||||
|
setprop persist.vendor.se.reset.chip_en false
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# Wait for insmod_sh to finish all common modules
|
# Wait for insmod_sh to finish all common modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue