fusee: mariko sdram initialization

This commit is contained in:
hexkyz
2020-11-23 19:11:15 +00:00
committed by SciresM
parent 198bdacaf4
commit 4cd56f8423
35 changed files with 12590 additions and 8104 deletions

View File

@@ -187,7 +187,7 @@ uint32_t fuse_get_reserved_odm(uint32_t index) {
/* Get the DramId. */
uint32_t fuse_get_dram_id(void) {
return ((fuse_get_reserved_odm(4) >> 3) & 0x7);
return ((fuse_get_reserved_odm(4) >> 3) & 0x1F);
}
/* Derive the DeviceId. */