fuse: Return the proper dram id when raw is requested

This commit is contained in:
CTCaer 2021-01-04 02:41:55 +02:00
parent 745ac609d2
commit 83ab79c51e

View file

@ -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)
{