sdm660: post_boot: update hbtp platform for sm8150+sdxprairie V3
Add support to launch hbtp on subtype 3 / sm8150+sdxprairie V3. Change-Id: Iead67c4d77538a97cfee086b00f9a55ec4ecee81
This commit is contained in:
parent
1f24d3a000
commit
7146cde30b
1 changed files with 1 additions and 1 deletions
|
@ -4730,7 +4730,7 @@ case "$target" in
|
|||
"MTP" | "Surf" | "RCM" )
|
||||
# Start Host based Touch processing
|
||||
case "$platform_subtype_id" in
|
||||
"0" | "1" | "2" | "4")
|
||||
"0" | "1" | "2" | "3" | "4")
|
||||
start_hbtp
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue