mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Set default mem for 8996 to emmc
This commit is contained in:
parent
88db8e206c
commit
4a4c5bf869
1 changed files with 3 additions and 3 deletions
|
@ -432,9 +432,9 @@ class memory_type:
|
|||
"MDM9x25": emmc,
|
||||
"MDM9x35": emmc,
|
||||
|
||||
"MSM8996": ufs,
|
||||
"MSM8996AU": ufs,
|
||||
"MSM8996Pro": ufs,
|
||||
"MSM8996": emmc,
|
||||
"MSM8996AU": emmc,
|
||||
"MSM8996Pro": emmc,
|
||||
|
||||
"IPQ4018": emmc,
|
||||
"IPQ4019": emmc,
|
||||
|
|
Loading…
Reference in a new issue