mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +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;
|
||||
|
||||
if (raw_id)
|
||||
return raw_id;
|
||||
return dramid;
|
||||
|
||||
if (hw_get_chip_id() == GP_HIDREV_MAJOR_T210)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue