summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ded287)
raw | patch | inline | side by side (parent: 8ded287)
author | Lucas Weaver <l-weaver@ti.com> | |
Fri, 24 Jun 2022 18:22:56 +0000 (13:22 -0500) | ||
committer | Rishabh Garg <rishabh@ti.com> | |
Fri, 24 Jun 2022 20:08:02 +0000 (15:08 -0500) |
packages/ti/osal/soc/j784s4/freertos_mmu.c | patch | blob | history |
diff --git a/packages/ti/osal/soc/j784s4/freertos_mmu.c b/packages/ti/osal/soc/j784s4/freertos_mmu.c
index 69d8dc9d218fd3b64d4deac3050f32fa03625ec1..80cab383495b006d216bc2e806a08f8362576d76 100644 (file)
* IPC VRing Buffer - uncached
*/
attrs.attrIndx = Mmu_AttrIndx_MAIR4;
* IPC VRing Buffer - uncached
*/
attrs.attrIndx = Mmu_AttrIndx_MAIR4;
- (void)OsalMmuMap(0xAC000000U, 0xAC000000U, 0x02000000U, &attrs, isSecure);
+ (void)OsalMmuMap(0xAC000000U, 0xAC000000U, 0x04000000U, &attrs, isSecure);
return;
}
return;
}