arm: imx9: Fix MMU map table overlap
The size for flexspi AHB buffer space is wrong, so correct it. Signed-off-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
@@ -262,7 +262,7 @@ static struct mm_region imx93_mem_map[] = {
|
||||
/* Flexible Serial Peripheral Interface */
|
||||
.virt = 0x28000000UL,
|
||||
.phys = 0x28000000UL,
|
||||
.size = 0x30000000UL,
|
||||
.size = 0x08000000UL,
|
||||
.attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
|
||||
PTE_BLOCK_NON_SHARE |
|
||||
PTE_BLOCK_PXN | PTE_BLOCK_UXN
|
||||
|
Reference in New Issue
Block a user