sdram: Extend sdram id

This commit is contained in:
CTCaer
2020-06-14 14:07:21 +03:00
parent f5092bc981
commit 273f11cd59
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
static u32 _get_sdram_id()
{
return ((fuse_read_odm(4) & 0x38) >> 3);
return ((fuse_read_odm(4) & 0xF8) >> 3);
}
static bool _sdram_wait_emc_status(u32 reg_offset, u32 bit_mask, bool updated_state, s32 emc_channel)