forked from CTCaer/hekate
fuse: Return the proper dram id when raw is requested
This commit is contained in:
parent
745ac609d2
commit
83ab79c51e
@ -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 New Issue
Block a user