mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 11:42:09 +00:00
fuse: Return the proper dram id when raw is requested
This commit is contained in:
parent
745ac609d2
commit
83ab79c51e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ u32 fuse_read_dramid(bool raw_id)
|
||||||
u32 dramid = (fuse_read_odm(4) & 0xF8) >> 3;
|
u32 dramid = (fuse_read_odm(4) & 0xF8) >> 3;
|
||||||
|
|
||||||
if (raw_id)
|
if (raw_id)
|
||||||
return raw_id;
|
return dramid;
|
||||||
|
|
||||||
if (hw_get_chip_id() == GP_HIDREV_MAJOR_T210)
|
if (hw_get_chip_id() == GP_HIDREV_MAJOR_T210)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue